color codes Logo

#d0a23d color codes

#D0A23D
(208,162,61)
0 Favorites   0 Comments

Color spaces of #d0a23d

RGB 20816261
HSL0.110.610.53
HSV41°71°82°
CMYK 0.000.220.71   0.18
XYZ39.775139.58759.9597
Yxy39.58750.44530.4432
Hunter Lab62.91862.734434.6577
CIE-Lab69.17476.858456.7390

#d0a23d color RGB value is (208,162,61).

#d0a23d hex color red value is 208, green value is 162 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d0a23d hue: 0.11 , saturation: 0.61 and the lightness value of d0a23d is 0.53.

The process color (four color CMYK) of #d0a23d color code is 0.00, 0.22, 0.71, 0.18. Web safe color of #d0a23d is #cc9933. Color #d0a23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100010 00111101
Octal 320 242 75
Decimal 208 162 61
Hex D0 A2 3D

RGB Percentages of Color #d0a23d

%48.26
%37.59
%14.15

CMYK Percentages of Color #d0a23d

%0
%22
%71
%18

Triadic Colors of #d0a23d

#d0a23d #3dd0a2 #a23dd0

Analogous Colors of #d0a23d

#d0a23d #b5d03d #d0593d

Monochromatic Colors of #d0a23d

#d0a23d

Complementary Color

#d0a23d #3d6bd0

#d0a23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a23d Color CSS Codes

.mybgcolor {background-color:#d0a23d; } 
.myforecolor {color:#d0a23d; }
.mybordercolor {border:3px solid #d0a23d; }

#d0a23d Text Font Color

<p style="color:#d0a23d">Text here</p>

This sample text font color is #d0a23d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0a23d Background Color

<div style="background-color:#d0a23d">
Div content here</div>

This div background color is #d0a23d


#d0a23d Border Color

<div style="border:3px solid #d0a23d">
Div here</div>

This div border color is #d0a23d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,162,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0a23d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0a23d;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a23d;
  box-shadow:         1px 1px 3px 2px #d0a23d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,162,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0a23d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0a23d;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a23d;
  box-shadow:         1px 1px 3px 2px #d0a23d;">
Div content here</div>

This div box has shadow with color #d0a23d


Comments

No comments written yet.

Please login to write comment.