Shades of Goldenrod #DCD365
Tints of Goldenrod #DCD365
RGB
CMYK
RGB Variations
Color information
#DCD365 (or 0xDCD365) is known color: Goldenrod. HEX triplet: DC, D3 and 65. RGB value is (220,211,101). Sum of RGB (Red+Green+Blue) = 220+211+101=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD365 is #232C9A. Grayscale: #C9C9C9. Windows color (decimal): -2305179 or 6673372. OLE color: 6673372.
HSL color Cylindrical-coordinate representation of color #DCD365: hue angle of 55.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD365 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 101 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.14 |
| HSL | 55.46º | 0.63% | 0.63% | - |
| HSV(B) | 55.46º | 0.54% | 0.86% | - |
| XYZ | 55.16 | 62.74 | 21.52 | - |
| YUV | 201.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 101 | 0 | 0.04 | 0.54 | 0.14 | 55.46 | 0.63 | 0.63 |
| Hex | DC | D3 | 65 | 0 | 4 | 36 | E | 37 | 3F | 3F |
| Octal | 334 | 323 | 145 | 0 | 4 | 66 | 16 | 67 | 77 | 77 |
| Binary | 11011100 | 11010011 | 1100101 | 0 | 100 | 110110 | 1110 | 110111 | 111111 | 111111 |
Color Harmonies of #DCD365
Complementary color
Monochromatic Colors of #DCD365
Black with #DCD365
Text Example
Text Example
White with #DCD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD365; }
p { color: rgb(220,211,101); }
H1.HeaderClassName
{
color: #DCD365;
}
.AnyTagClassName
{
color: #DCD365;
}
</style>
background-color css
<style>
a { background-color: #DCD365; }
a { background-color: rgb(220,211,101); }
div.DivClassName
{
background-color: #DCD365;
}
.BgClassName
{
background-color: #DCD365;
}
</style>
border-color css
<style>
span { border-color: #DCD365; }
span { border-color: rgb(220,211,101); }
td.TdClassName
{
border-color: #DCD365;
}
.TagClassName
{
border-color: #DCD365;
}
</style>