Shades of Goldenrod #DCD569
Tints of Goldenrod #DCD569
RGB
CMYK
RGB Variations
Color information
#DCD569 (or 0xDCD569) is known color: Goldenrod. HEX triplet: DC, D5 and 69. RGB value is (220,213,105). Sum of RGB (Red+Green+Blue) = 220+213+105=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD569 is #232A96. Grayscale: #CBCBCB. Windows color (decimal): -2304663 or 6936028. OLE color: 6936028.
HSL color Cylindrical-coordinate representation of color #DCD569: hue angle of 56.35º 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 #DCD569 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 105 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.14 |
| HSL | 56.35º | 0.62% | 0.64% | - |
| HSV(B) | 56.35º | 0.52% | 0.86% | - |
| XYZ | 55.86 | 63.82 | 22.74 | - |
| YUV | 202.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 105 | 0 | 0.03 | 0.52 | 0.14 | 56.35 | 0.62 | 0.64 |
| Hex | DC | D5 | 69 | 0 | 3 | 34 | E | 38 | 3E | 40 |
| Octal | 334 | 325 | 151 | 0 | 3 | 64 | 16 | 70 | 76 | 100 |
| Binary | 11011100 | 11010101 | 1101001 | 0 | 11 | 110100 | 1110 | 111000 | 111110 | 1000000 |
Color Harmonies of #DCD569
Complementary color
Monochromatic Colors of #DCD569
Black with #DCD569
Text Example
Text Example
White with #DCD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD569; }
p { color: rgb(220,213,105); }
H1.HeaderClassName
{
color: #DCD569;
}
.AnyTagClassName
{
color: #DCD569;
}
</style>
background-color css
<style>
a { background-color: #DCD569; }
a { background-color: rgb(220,213,105); }
div.DivClassName
{
background-color: #DCD569;
}
.BgClassName
{
background-color: #DCD569;
}
</style>
border-color css
<style>
span { border-color: #DCD569; }
span { border-color: rgb(220,213,105); }
td.TdClassName
{
border-color: #DCD569;
}
.TagClassName
{
border-color: #DCD569;
}
</style>