#D4CF69

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

Shades of Goldenrod #D4CF69

Tints of Goldenrod #D4CF69

Color information

#D4CF69 (or 0xD4CF69) is unknown color: approx Goldenrod. HEX triplet: D4, CF and 69. RGB value is (212,207,105). Sum of RGB (Red+Green+Blue) = 212+207+105=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF69 is #2B3096. Grayscale: #C5C5C5. Windows color (decimal): -2830487 or 6934484. OLE color: 6934484.

HSL color Cylindrical-coordinate representation of color #D4CF69: hue angle of 57.2º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4CF69 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212207105-
CMYK00.020.500.17
HSL57.2º55.44%62.16%-
HSV(B)57.2º50.47%83.14%-
XYZ52.0159.6422.14-
YUV196.8776.16138.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=40.46%
G=39.50%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220710500.020.500.1757.255.4462.16
HexD4CF6902321139373e
Octal324317151026221716776
Binary1101010011001111110100101011001010001111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF69; }

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

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

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

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

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

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

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

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