#D0CE6A

Color #D0CE6A Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D0CE6A

Tints of Goldenrod #D0CE6A

Color information

#D0CE6A (or 0xD0CE6A) is unknown color: approx Goldenrod. HEX triplet: D0, CE and 6A. RGB value is (208,206,106). Sum of RGB (Red+Green+Blue) = 208+206+106=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE6A is #2F3195. Grayscale: #C3C3C3. Windows color (decimal): -3092886 or 6999760. OLE color: 6999760.

HSL color Cylindrical-coordinate representation of color #D0CE6A: hue angle of 58.82º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0CE6A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208206106-
CMYK00.010.490.18
HSL58.82º52.04%61.57%-
HSV(B)58.82º49.04%81.57%-
XYZ50.6958.5922.27-
YUV195.277.66137.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=40%
G=39.62%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820610600.010.490.1858.8252.0461.57
HexD0CE6A0131123b343e
Octal320316152016122736476
Binary110100001100111011010100111000110010111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE6A; }

 p { color: rgb(208,206,106); }

 H1.HeaderClassName
 {
   color: #D0CE6A;
 }
 .AnyTagClassName
 {
   color: #D0CE6A;
 }
</style>
background-color css

<style>
 a { background-color: #D0CE6A; }

 a { background-color: rgb(208,206,106); }

 div.DivClassName
 {
   background-color: #D0CE6A;
 }
 .BgClassName
 {
   background-color: #D0CE6A;
 }
</style>
border-color css

<style>
 span { border-color: #D0CE6A; }

 span { border-color: rgb(208,206,106); }

 td.TdClassName
 {
   border-color: #D0CE6A;
 }
 .TagClassName
 {
   border-color: #D0CE6A;
 }
</style>