#D4CE6E

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

Shades of Goldenrod #D4CE6E

Tints of Goldenrod #D4CE6E

Color information

#D4CE6E (or 0xD4CE6E) is unknown color: approx Goldenrod. HEX triplet: D4, CE and 6E. RGB value is (212,206,110). Sum of RGB (Red+Green+Blue) = 212+206+110=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE6E is #2B3191. Grayscale: #C5C5C5. Windows color (decimal): -2830738 or 7261908. OLE color: 7261908.

HSL color Cylindrical-coordinate representation of color #D4CE6E: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4CE6E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212206110-
CMYK00.030.480.17
HSL56.47º54.26%63.14%-
HSV(B)56.47º48.11%83.14%-
XYZ52.0459.2723.45-
YUV196.8578.99138.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 110 (43.36% from 255) = 20.83%
R=40.15%
G=39.02%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220611000.030.480.1756.4754.2663.14
HexD4CE6E03301138363f
Octal324316156036021706677
Binary1101010011001110110111001111000010001111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE6E; }

 p { color: rgb(212,206,110); }

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

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

 a { background-color: rgb(212,206,110); }

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

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

 span { border-color: rgb(212,206,110); }

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