#DCD975

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

Shades of Goldenrod #DCD975

Tints of Goldenrod #DCD975

Color information

#DCD975 (or 0xDCD975) is unknown color: approx Goldenrod. HEX triplet: DC, D9 and 75. RGB value is (220,217,117). Sum of RGB (Red+Green+Blue) = 220+217+117=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD975 is #23268A. Grayscale: #CECECE. Windows color (decimal): -2303627 or 7723484. OLE color: 7723484.

HSL color Cylindrical-coordinate representation of color #DCD975: hue angle of 58.25º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD975 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB220217117-
CMYK00.010.470.14
HSL58.25º59.54%66.08%-
HSV(B)58.25º46.82%86.27%-
XYZ57.5466.1326.56-
YUV206.577.49137.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=39.71%
G=39.17%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021711700.010.470.1458.2559.5466.08
HexDCD975012FE3a3c42
Octal3343311650157167274102
Binary110111001101100111101010110111111101110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD975; }

 p { color: rgb(220,217,117); }

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

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

 a { background-color: rgb(220,217,117); }

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

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

 span { border-color: rgb(220,217,117); }

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