#D1CD64

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

Shades of Goldenrod #D1CD64

Tints of Goldenrod #D1CD64

Color information

#D1CD64 (or 0xD1CD64) is unknown color: approx Goldenrod. HEX triplet: D1, CD and 64. RGB value is (209,205,100). Sum of RGB (Red+Green+Blue) = 209+205+100=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD64 is #2E329B. Grayscale: #C2C2C2. Windows color (decimal): -3027612 or 6606289. OLE color: 6606289.

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

Color convert

RGB209205100-
CMYK00.020.520.18
HSL57.8º54.23%60.59%-
HSV(B)57.8º52.15%81.96%-
XYZ50.4358.1420.62-
YUV194.2374.83138.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 100 (39.45% from 255) = 19.46%
R=40.66%
G=39.88%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920510000.020.520.1857.854.2360.59
HexD1CD640234123a363d
Octal321315144026422726675
Binary1101000111001101110010001011010010010111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD64; }

 p { color: rgb(209,205,100); }

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

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

 a { background-color: rgb(209,205,100); }

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

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

 span { border-color: rgb(209,205,100); }

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