#DCD46D

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

Shades of Goldenrod #DCD46D

Tints of Goldenrod #DCD46D

Color information

#DCD46D (or 0xDCD46D) is unknown color: approx Goldenrod. HEX triplet: DC, D4 and 6D. RGB value is (220,212,109). Sum of RGB (Red+Green+Blue) = 220+212+109=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD46D is #232B92. Grayscale: #CBCBCB. Windows color (decimal): -2304915 or 7197916. OLE color: 7197916.

HSL color Cylindrical-coordinate representation of color #DCD46D: hue angle of 55.68º 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 #DCD46D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220212109-
CMYK00.040.500.14
HSL55.68º61.33%64.51%-
HSV(B)55.68º50.45%86.27%-
XYZ55.8263.4123.76-
YUV202.6575.15140.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=40.67%
G=39.19%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021210900.040.500.1455.6861.3364.51
HexDCD46D0432E383d41
Octal3343241550462167075101
Binary11011100110101001101101010011001011101110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD46D; }

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

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

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

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

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

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

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

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