#DCD96A

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

Shades of Goldenrod #DCD96A

Tints of Goldenrod #DCD96A

Color information

#DCD96A (or 0xDCD96A) is unknown color: approx Goldenrod. HEX triplet: DC, D9 and 6A. RGB value is (220,217,106). Sum of RGB (Red+Green+Blue) = 220+217+106=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96A is #232695. Grayscale: #CDCDCD. Windows color (decimal): -2303638 or 7002588. OLE color: 7002588.

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

Color convert

RGB220217106-
CMYK00.010.520.14
HSL58.42º61.96%63.92%-
HSV(B)58.42º51.82%86.27%-
XYZ56.9365.8823.35-
YUV205.2471.99138.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 106 (41.80% from 255) = 19.52%
R=40.52%
G=39.96%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021710600.010.520.1458.4261.9663.92
HexDCD96A0134E3a3e40
Octal3343311520164167276100
Binary110111001101100111010100111010011101110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD96A; }

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

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

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

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

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

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

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

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