Shades of Goldenrod #DCD868
Tints of Goldenrod #DCD868
RGB
CMYK
RGB Variations
Color information
#DCD868 (or 0xDCD868) is known color: Goldenrod. HEX triplet: DC, D8 and 68. RGB value is (220,216,104). Sum of RGB (Red+Green+Blue) = 220+216+104=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD868 is #232797. Grayscale: #CCCCCC. Windows color (decimal): -2303896 or 6871260. OLE color: 6871260.
HSL color Cylindrical-coordinate representation of color #DCD868: hue angle of 57.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD868 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 104 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.14 |
| HSL | 57.93º | 0.62% | 0.64% | - |
| HSV(B) | 57.93º | 0.53% | 0.86% | - |
| XYZ | 56.57 | 65.33 | 22.72 | - |
| YUV | 204.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 104 | 0 | 0.02 | 0.53 | 0.14 | 57.93 | 0.62 | 0.64 |
| Hex | DC | D8 | 68 | 0 | 2 | 35 | E | 3A | 3E | 40 |
| Octal | 334 | 330 | 150 | 0 | 2 | 65 | 16 | 72 | 76 | 100 |
| Binary | 11011100 | 11011000 | 1101000 | 0 | 10 | 110101 | 1110 | 111010 | 111110 | 1000000 |
Color Harmonies of #DCD868
Complementary color
Monochromatic Colors of #DCD868
Black with #DCD868
Text Example
Text Example
White with #DCD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD868; }
p { color: rgb(220,216,104); }
H1.HeaderClassName
{
color: #DCD868;
}
.AnyTagClassName
{
color: #DCD868;
}
</style>
background-color css
<style>
a { background-color: #DCD868; }
a { background-color: rgb(220,216,104); }
div.DivClassName
{
background-color: #DCD868;
}
.BgClassName
{
background-color: #DCD868;
}
</style>
border-color css
<style>
span { border-color: #DCD868; }
span { border-color: rgb(220,216,104); }
td.TdClassName
{
border-color: #DCD868;
}
.TagClassName
{
border-color: #DCD868;
}
</style>