Shades of Goldenrod #DCDB74
Tints of Goldenrod #DCDB74
RGB
CMYK
RGB Variations
Color information
#DCDB74 (or 0xDCDB74) is known color: Goldenrod. HEX triplet: DC, DB and 74. RGB value is (220,219,116). Sum of RGB (Red+Green+Blue) = 220+219+116=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB74 is #23248B. Grayscale: #CFCFCF. Windows color (decimal): -2303116 or 7658460. OLE color: 7658460.
HSL color Cylindrical-coordinate representation of color #DCDB74: hue angle of 59.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCDB74 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 116 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.14 |
| HSL | 59.42º | 0.6% | 0.66% | - |
| HSV(B) | 59.42º | 0.47% | 0.86% | - |
| XYZ | 58 | 67.14 | 26.43 | - |
| YUV | 207.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 116 | 0 | 0.00 | 0.47 | 0.14 | 59.42 | 0.6 | 0.66 |
| Hex | DC | DB | 74 | 0 | 0 | 2F | E | 3B | 3C | 42 |
| Octal | 334 | 333 | 164 | 0 | 0 | 57 | 16 | 73 | 74 | 102 |
| Binary | 11011100 | 11011011 | 1110100 | 0 | 0 | 101111 | 1110 | 111011 | 111100 | 1000010 |
Color Harmonies of #DCDB74
Complementary color
Monochromatic Colors of #DCDB74
Black with #DCDB74
Text Example
Text Example
White with #DCDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB74; }
p { color: rgb(220,219,116); }
H1.HeaderClassName
{
color: #DCDB74;
}
.AnyTagClassName
{
color: #DCDB74;
}
</style>
background-color css
<style>
a { background-color: #DCDB74; }
a { background-color: rgb(220,219,116); }
div.DivClassName
{
background-color: #DCDB74;
}
.BgClassName
{
background-color: #DCDB74;
}
</style>
border-color css
<style>
span { border-color: #DCDB74; }
span { border-color: rgb(220,219,116); }
td.TdClassName
{
border-color: #DCDB74;
}
.TagClassName
{
border-color: #DCDB74;
}
</style>