Color Hex Logo

#d0c046 Color Hex

#D0C046
(208,192,70)
0 Favorites   0 Comments

Color spaces of #d0c046

RGB 20819270
HSL0.150.590.55
HSV53°66°82°
CMYK 0.000.080.66   0.18
XYZ45.967651.551413.3220
Yxy51.55140.41470.4651
Hunter Lab71.7993-11.368939.2586
CIE-Lab77.0118-8.441861.0765

#d0c046 color RGB value is (208,192,70).

#d0c046 hex color red value is 208, green value is 192 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d0c046 hue: 0.15 , saturation: 0.59 and the lightness value of d0c046 is 0.55.

The process color (four color CMYK) of #d0c046 color hex is 0.00, 0.08, 0.66, 0.18. Web safe color of #d0c046 is #cccc33. Color #d0c046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000000 01000110
Octal 320 300 106
Decimal 208 192 70
Hex D0 C0 46

RGB Percentages of Color #d0c046

%44.26
%40.85
%14.89

CMYK Percentages of Color #d0c046

%0
%8
%66
%18

Triadic Colors of #d0c046

#d0c046 #46d0c0 #c046d0

Analogous Colors of #d0c046

#d0c046 #9bd046 #d07b46

Monochromatic Colors of #d0c046

#d0c046

Complementary Color

#d0c046 #4656d0

#d0c046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c046 Color CSS Codes

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

#d0c046 Text Font Color

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

This sample text font color is #d0c046
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.


#d0c046 Background Color

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

This div background color is #d0c046


#d0c046 Border Color

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

This div border color is #d0c046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c046


Comments

No comments written yet.

Please login to write comment.