Shades of Goldenrod #DCD668
Tints of Goldenrod #DCD668
RGB
CMYK
RGB Variations
Color information
#DCD668 (or 0xDCD668) is known color: Goldenrod. HEX triplet: DC, D6 and 68. RGB value is (220,214,104). Sum of RGB (Red+Green+Blue) = 220+214+104=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD668 is #232997. Grayscale: #CBCBCB. Windows color (decimal): -2304408 or 6870748. OLE color: 6870748.
HSL color Cylindrical-coordinate representation of color #DCD668: hue angle of 56.9º 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 #DCD668 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 104 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.14 |
| HSL | 56.9º | 0.62% | 0.64% | - |
| HSV(B) | 56.9º | 0.53% | 0.86% | - |
| XYZ | 56.06 | 64.31 | 22.55 | - |
| YUV | 203.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 104 | 0 | 0.03 | 0.53 | 0.14 | 56.9 | 0.62 | 0.64 |
| Hex | DC | D6 | 68 | 0 | 3 | 35 | E | 39 | 3E | 40 |
| Octal | 334 | 326 | 150 | 0 | 3 | 65 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010110 | 1101000 | 0 | 11 | 110101 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD668
Complementary color
Monochromatic Colors of #DCD668
Black with #DCD668
Text Example
Text Example
White with #DCD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD668; }
p { color: rgb(220,214,104); }
H1.HeaderClassName
{
color: #DCD668;
}
.AnyTagClassName
{
color: #DCD668;
}
</style>
background-color css
<style>
a { background-color: #DCD668; }
a { background-color: rgb(220,214,104); }
div.DivClassName
{
background-color: #DCD668;
}
.BgClassName
{
background-color: #DCD668;
}
</style>
border-color css
<style>
span { border-color: #DCD668; }
span { border-color: rgb(220,214,104); }
td.TdClassName
{
border-color: #DCD668;
}
.TagClassName
{
border-color: #DCD668;
}
</style>