#DCD56D

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

Shades of Goldenrod #DCD56D

Tints of Goldenrod #DCD56D

Color information

#DCD56D (or 0xDCD56D) is unknown color: approx Goldenrod. HEX triplet: DC, D5 and 6D. RGB value is (220,213,109). Sum of RGB (Red+Green+Blue) = 220+213+109=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56D is #232A92. Grayscale: #CBCBCB. Windows color (decimal): -2304659 or 7198172. OLE color: 7198172.

HSL color Cylindrical-coordinate representation of color #DCD56D: hue angle of 56.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD56D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220213109-
CMYK00.030.500.14
HSL56.22º61.33%64.51%-
HSV(B)56.22º50.45%86.27%-
XYZ56.0763.9123.85-
YUV203.2474.82139.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=40.59%
G=39.30%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021310900.030.500.1456.2261.3364.51
HexDCD56D0332E383d41
Octal3343251550362167075101
Binary1101110011010101110110101111001011101110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD56D; }

 p { color: rgb(220,213,109); }

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

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

 a { background-color: rgb(220,213,109); }

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

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

 span { border-color: rgb(220,213,109); }

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