Shades of Goldenrod #DCD66F
Tints of Goldenrod #DCD66F
RGB
CMYK
RGB Variations
Color information
#DCD66F (or 0xDCD66F) is known color: Goldenrod. HEX triplet: DC, D6 and 6F. RGB value is (220,214,111). Sum of RGB (Red+Green+Blue) = 220+214+111=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66F is #232990. Grayscale: #CCCCCC. Windows color (decimal): -2304401 or 7329500. OLE color: 7329500.
HSL color Cylindrical-coordinate representation of color #DCD66F: hue angle of 56.7º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD66F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 111 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.14 |
| HSL | 56.7º | 0.61% | 0.65% | - |
| HSV(B) | 56.7º | 0.5% | 0.86% | - |
| XYZ | 56.43 | 64.46 | 24.51 | - |
| YUV | 204.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 111 | 0 | 0.03 | 0.50 | 0.14 | 56.7 | 0.61 | 0.65 |
| Hex | DC | D6 | 6F | 0 | 3 | 32 | E | 39 | 3D | 41 |
| Octal | 334 | 326 | 157 | 0 | 3 | 62 | 16 | 71 | 75 | 101 |
| Binary | 11011100 | 11010110 | 1101111 | 0 | 11 | 110010 | 1110 | 111001 | 111101 | 1000001 |
Color Harmonies of #DCD66F
Complementary color
Monochromatic Colors of #DCD66F
Black with #DCD66F
Text Example
Text Example
White with #DCD66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD66F; }
p { color: rgb(220,214,111); }
H1.HeaderClassName
{
color: #DCD66F;
}
.AnyTagClassName
{
color: #DCD66F;
}
</style>
background-color css
<style>
a { background-color: #DCD66F; }
a { background-color: rgb(220,214,111); }
div.DivClassName
{
background-color: #DCD66F;
}
.BgClassName
{
background-color: #DCD66F;
}
</style>
border-color css
<style>
span { border-color: #DCD66F; }
span { border-color: rgb(220,214,111); }
td.TdClassName
{
border-color: #DCD66F;
}
.TagClassName
{
border-color: #DCD66F;
}
</style>