Shades of Goldenrod #DCD869
Tints of Goldenrod #DCD869
RGB
CMYK
RGB Variations
Color information
#DCD869 (or 0xDCD869) is known color: Goldenrod. HEX triplet: DC, D8 and 69. RGB value is (220,216,105). Sum of RGB (Red+Green+Blue) = 220+216+105=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD869 is #232796. Grayscale: #CCCCCC. Windows color (decimal): -2303895 or 6936796. OLE color: 6936796.
HSL color Cylindrical-coordinate representation of color #DCD869: hue angle of 57.91º 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 #DCD869 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 105 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.14 |
| HSL | 57.91º | 0.62% | 0.64% | - |
| HSV(B) | 57.91º | 0.52% | 0.86% | - |
| XYZ | 56.62 | 65.35 | 22.99 | - |
| YUV | 204.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 105 | 0 | 0.02 | 0.52 | 0.14 | 57.91 | 0.62 | 0.64 |
| Hex | DC | D8 | 69 | 0 | 2 | 34 | E | 3A | 3E | 40 |
| Octal | 334 | 330 | 151 | 0 | 2 | 64 | 16 | 72 | 76 | 100 |
| Binary | 11011100 | 11011000 | 1101001 | 0 | 10 | 110100 | 1110 | 111010 | 111110 | 1000000 |
Color Harmonies of #DCD869
Complementary color
Monochromatic Colors of #DCD869
Black with #DCD869
Text Example
Text Example
White with #DCD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD869; }
p { color: rgb(220,216,105); }
H1.HeaderClassName
{
color: #DCD869;
}
.AnyTagClassName
{
color: #DCD869;
}
</style>
background-color css
<style>
a { background-color: #DCD869; }
a { background-color: rgb(220,216,105); }
div.DivClassName
{
background-color: #DCD869;
}
.BgClassName
{
background-color: #DCD869;
}
</style>
border-color css
<style>
span { border-color: #DCD869; }
span { border-color: rgb(220,216,105); }
td.TdClassName
{
border-color: #DCD869;
}
.TagClassName
{
border-color: #DCD869;
}
</style>