#D1CF60

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

Shades of Goldenrod #D1CF60

Tints of Goldenrod #D1CF60

Color information

#D1CF60 (or 0xD1CF60) is unknown color: approx Goldenrod. HEX triplet: D1, CF and 60. RGB value is (209,207,96). Sum of RGB (Red+Green+Blue) = 209+207+96=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF60 is #2E309F. Grayscale: #C3C3C3. Windows color (decimal): -3027104 or 6344657. OLE color: 6344657.

HSL color Cylindrical-coordinate representation of color #D1CF60: hue angle of 58.94º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1CF60 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20920796-
CMYK00.010.540.18
HSL58.94º55.12%59.8%-
HSV(B)58.94º54.07%81.96%-
XYZ50.7259.0319.79-
YUV194.9472.16138.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=40.82%
G=40.43%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092079600.010.540.1858.9455.1259.8
HexD1CF600136123b373c
Octal321317140016622736774
Binary110100011100111111000000111011010010111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF60; }

 p { color: rgb(209,207,96); }

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

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

 a { background-color: rgb(209,207,96); }

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

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

 span { border-color: rgb(209,207,96); }

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