Shades of Goldenrod #DCD66A
Tints of Goldenrod #DCD66A
RGB
CMYK
RGB Variations
Color information
#DCD66A (or 0xDCD66A) is known color: Goldenrod. HEX triplet: DC, D6 and 6A. RGB value is (220,214,106). Sum of RGB (Red+Green+Blue) = 220+214+106=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66A is #232995. Grayscale: #CBCBCB. Windows color (decimal): -2304406 or 7001820. OLE color: 7001820.
HSL color Cylindrical-coordinate representation of color #DCD66A: hue angle of 56.84º 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 #DCD66A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 106 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.14 |
| HSL | 56.84º | 0.62% | 0.64% | - |
| HSV(B) | 56.84º | 0.52% | 0.86% | - |
| XYZ | 56.16 | 64.35 | 23.1 | - |
| YUV | 203.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 106 | 0 | 0.03 | 0.52 | 0.14 | 56.84 | 0.62 | 0.64 |
| Hex | DC | D6 | 6A | 0 | 3 | 34 | E | 39 | 3E | 40 |
| Octal | 334 | 326 | 152 | 0 | 3 | 64 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010110 | 1101010 | 0 | 11 | 110100 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD66A
Complementary color
Monochromatic Colors of #DCD66A
Black with #DCD66A
Text Example
Text Example
White with #DCD66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD66A; }
p { color: rgb(220,214,106); }
H1.HeaderClassName
{
color: #DCD66A;
}
.AnyTagClassName
{
color: #DCD66A;
}
</style>
background-color css
<style>
a { background-color: #DCD66A; }
a { background-color: rgb(220,214,106); }
div.DivClassName
{
background-color: #DCD66A;
}
.BgClassName
{
background-color: #DCD66A;
}
</style>
border-color css
<style>
span { border-color: #DCD66A; }
span { border-color: rgb(220,214,106); }
td.TdClassName
{
border-color: #DCD66A;
}
.TagClassName
{
border-color: #DCD66A;
}
</style>