#D4CE68

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

Shades of Goldenrod #D4CE68

Tints of Goldenrod #D4CE68

Color information

#D4CE68 (or 0xD4CE68) is unknown color: approx Goldenrod. HEX triplet: D4, CE and 68. RGB value is (212,206,104). Sum of RGB (Red+Green+Blue) = 212+206+104=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE68 is #2B3197. Grayscale: #C4C4C4. Windows color (decimal): -2830744 or 6868692. OLE color: 6868692.

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

Color convert

RGB212206104-
CMYK00.030.510.17
HSL56.67º55.67%61.96%-
HSV(B)56.67º50.94%83.14%-
XYZ51.7259.1421.79-
YUV196.1775.99139.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 104 (41.02% from 255) = 19.92%
R=40.61%
G=39.46%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220610400.030.510.1756.6755.6761.96
HexD4CE6803331139383e
Octal324316150036321717076
Binary1101010011001110110100001111001110001111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE68; }

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

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

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

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

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

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

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

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