Shades of Goldenrod #DCDB6D
Tints of Goldenrod #DCDB6D
RGB
CMYK
RGB Variations
Color information
#DCDB6D (or 0xDCDB6D) is known color: Goldenrod. HEX triplet: DC, DB and 6D. RGB value is (220,219,109). Sum of RGB (Red+Green+Blue) = 220+219+109=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB6D is #232492. Grayscale: #CFCFCF. Windows color (decimal): -2303123 or 7199708. OLE color: 7199708.
HSL color Cylindrical-coordinate representation of color #DCDB6D: hue angle of 59.46º 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 #DCDB6D is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 109 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.14 |
| HSL | 59.46º | 0.61% | 0.65% | - |
| HSV(B) | 59.46º | 0.5% | 0.86% | - |
| XYZ | 57.61 | 66.98 | 24.36 | - |
| YUV | 206.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 109 | 0 | 0.00 | 0.50 | 0.14 | 59.46 | 0.61 | 0.65 |
| Hex | DC | DB | 6D | 0 | 0 | 32 | E | 3B | 3D | 41 |
| Octal | 334 | 333 | 155 | 0 | 0 | 62 | 16 | 73 | 75 | 101 |
| Binary | 11011100 | 11011011 | 1101101 | 0 | 0 | 110010 | 1110 | 111011 | 111101 | 1000001 |
Color Harmonies of #DCDB6D
Complementary color
Monochromatic Colors of #DCDB6D
Black with #DCDB6D
Text Example
Text Example
White with #DCDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB6D; }
p { color: rgb(220,219,109); }
H1.HeaderClassName
{
color: #DCDB6D;
}
.AnyTagClassName
{
color: #DCDB6D;
}
</style>
background-color css
<style>
a { background-color: #DCDB6D; }
a { background-color: rgb(220,219,109); }
div.DivClassName
{
background-color: #DCDB6D;
}
.BgClassName
{
background-color: #DCDB6D;
}
</style>
border-color css
<style>
span { border-color: #DCDB6D; }
span { border-color: rgb(220,219,109); }
td.TdClassName
{
border-color: #DCDB6D;
}
.TagClassName
{
border-color: #DCDB6D;
}
</style>