#d9cf62

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

Shades of Goldenrod #D9CF62

Tints of Goldenrod #D9CF62

Color information

#D9CF62 (or 0xD9CF62) is unknown color: approx Goldenrod. HEX triplet: D9, CF and 62. RGB value is (217,207,98). Sum of RGB (Red+Green+Blue) = 217+207+98=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF62 is #26309D. Grayscale: #C6C6C6. Windows color (decimal): -2502814 or 6475737. OLE color: 6475737.

HSL color Cylindrical-coordinate representation of color #D9CF62: hue angle of 54.96º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CF62 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21720798-
CMYK00.050.550.15
HSL54.96º61.03%61.76%-
HSV(B)54.96º54.84%85.1%-
XYZ53.1360.2620.39-
YUV197.5671.81141.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=41.57%
G=39.66%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172079800.050.550.1554.9661.0361.76
HexD9CF620537F373d3e
Octal331317142056717677576
Binary1101100111001111110001001011101111111110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9cf62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9cf62; }

 p { color: rgb(217,207,98); }

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

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

 a { background-color: rgb(217,207,98); }

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

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

 span { border-color: rgb(217,207,98); }

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