#D4CF68

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

Shades of Goldenrod #D4CF68

Tints of Goldenrod #D4CF68

Color information

#D4CF68 (or 0xD4CF68) is unknown color: approx Goldenrod. HEX triplet: D4, CF and 68. RGB value is (212,207,104). Sum of RGB (Red+Green+Blue) = 212+207+104=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF68 is #2B3097. Grayscale: #C5C5C5. Windows color (decimal): -2830488 or 6868948. OLE color: 6868948.

HSL color Cylindrical-coordinate representation of color #D4CF68: hue angle of 57.22º 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 #D4CF68 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212207104-
CMYK00.020.510.17
HSL57.22º55.67%61.96%-
HSV(B)57.22º50.94%83.14%-
XYZ51.9659.6221.87-
YUV196.7575.66138.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 104 (41.02% from 255) = 19.89%
R=40.54%
G=39.58%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220710400.020.510.1757.2255.6761.96
HexD4CF6802331139383e
Octal324317150026321717076
Binary1101010011001111110100001011001110001111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF68; }

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

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

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

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

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

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

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

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