Shades of Goldenrod #DCDB6B
Tints of Goldenrod #DCDB6B
RGB
CMYK
RGB Variations
Color information
#DCDB6B (or 0xDCDB6B) is known color: Goldenrod. HEX triplet: DC, DB and 6B. RGB value is (220,219,107). Sum of RGB (Red+Green+Blue) = 220+219+107=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB6B is #232494. Grayscale: #CECECE. Windows color (decimal): -2303125 or 7068636. OLE color: 7068636.
HSL color Cylindrical-coordinate representation of color #DCDB6B: hue angle of 59.47º 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 #DCDB6B is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 107 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.14 |
| HSL | 59.47º | 0.62% | 0.64% | - |
| HSV(B) | 59.47º | 0.51% | 0.86% | - |
| XYZ | 57.5 | 66.94 | 23.8 | - |
| YUV | 206.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 107 | 0 | 0.00 | 0.51 | 0.14 | 59.47 | 0.62 | 0.64 |
| Hex | DC | DB | 6B | 0 | 0 | 33 | E | 3B | 3E | 40 |
| Octal | 334 | 333 | 153 | 0 | 0 | 63 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011011 | 1101011 | 0 | 0 | 110011 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDB6B
Complementary color
Monochromatic Colors of #DCDB6B
Black with #DCDB6B
Text Example
Text Example
White with #DCDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB6B; }
p { color: rgb(220,219,107); }
H1.HeaderClassName
{
color: #DCDB6B;
}
.AnyTagClassName
{
color: #DCDB6B;
}
</style>
background-color css
<style>
a { background-color: #DCDB6B; }
a { background-color: rgb(220,219,107); }
div.DivClassName
{
background-color: #DCDB6B;
}
.BgClassName
{
background-color: #DCDB6B;
}
</style>
border-color css
<style>
span { border-color: #DCDB6B; }
span { border-color: rgb(220,219,107); }
td.TdClassName
{
border-color: #DCDB6B;
}
.TagClassName
{
border-color: #DCDB6B;
}
</style>