#d9cf65

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

Shades of Goldenrod #D9CF65

Tints of Goldenrod #D9CF65

Color information

#D9CF65 (or 0xD9CF65) is unknown color: approx Goldenrod. HEX triplet: D9, CF and 65. RGB value is (217,207,101). Sum of RGB (Red+Green+Blue) = 217+207+101=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF65 is #26309A. Grayscale: #C6C6C6. Windows color (decimal): -2502811 or 6672345. OLE color: 6672345.

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

Color convert

RGB217207101-
CMYK00.050.530.15
HSL54.83º60.42%62.35%-
HSV(B)54.83º53.46%85.1%-
XYZ53.2860.3221.15-
YUV197.9173.31141.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=41.33%
G=39.43%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720710100.050.530.1554.8360.4262.35
HexD9CF650535F373c3e
Octal331317145056517677476
Binary1101100111001111110010101011101011111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9cf65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9cf65; }

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

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

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

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

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

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

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

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