Shades of Goldenrod #DCDB6C
Tints of Goldenrod #DCDB6C
RGB
CMYK
RGB Variations
Color information
#DCDB6C (or 0xDCDB6C) is known color: Goldenrod. HEX triplet: DC, DB and 6C. RGB value is (220,219,108). Sum of RGB (Red+Green+Blue) = 220+219+108=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB6C is #232493. Grayscale: #CFCFCF. Windows color (decimal): -2303124 or 7134172. OLE color: 7134172.
HSL color Cylindrical-coordinate representation of color #DCDB6C: hue angle of 59.46º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCDB6C is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 108 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.14 |
| HSL | 59.46º | 0.62% | 0.64% | - |
| HSV(B) | 59.46º | 0.51% | 0.86% | - |
| XYZ | 57.55 | 66.96 | 24.08 | - |
| YUV | 206.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 108 | 0 | 0.00 | 0.51 | 0.14 | 59.46 | 0.62 | 0.64 |
| Hex | DC | DB | 6C | 0 | 0 | 33 | E | 3B | 3E | 40 |
| Octal | 334 | 333 | 154 | 0 | 0 | 63 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011011 | 1101100 | 0 | 0 | 110011 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDB6C
Complementary color
Monochromatic Colors of #DCDB6C
Black with #DCDB6C
Text Example
Text Example
White with #DCDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB6C; }
p { color: rgb(220,219,108); }
H1.HeaderClassName
{
color: #DCDB6C;
}
.AnyTagClassName
{
color: #DCDB6C;
}
</style>
background-color css
<style>
a { background-color: #DCDB6C; }
a { background-color: rgb(220,219,108); }
div.DivClassName
{
background-color: #DCDB6C;
}
.BgClassName
{
background-color: #DCDB6C;
}
</style>
border-color css
<style>
span { border-color: #DCDB6C; }
span { border-color: rgb(220,219,108); }
td.TdClassName
{
border-color: #DCDB6C;
}
.TagClassName
{
border-color: #DCDB6C;
}
</style>