#D4CE66

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

Shades of Goldenrod #D4CE66

Tints of Goldenrod #D4CE66

Color information

#D4CE66 (or 0xD4CE66) is unknown color: approx Goldenrod. HEX triplet: D4, CE and 66. RGB value is (212,206,102). Sum of RGB (Red+Green+Blue) = 212+206+102=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE66 is #2B3199. Grayscale: #C4C4C4. Windows color (decimal): -2830746 or 6737620. OLE color: 6737620.

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

Color convert

RGB212206102-
CMYK00.030.520.17
HSL56.73º56.12%61.57%-
HSV(B)56.73º51.89%83.14%-
XYZ51.6259.121.26-
YUV195.9474.99139.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=40.77%
G=39.62%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220610200.030.520.1756.7356.1261.57
HexD4CE6603341139383e
Octal324316146036421717076
Binary1101010011001110110011001111010010001111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE66; }

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

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

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

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

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

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

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

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