Shades of Goldenrod #DBDF74
Tints of Goldenrod #DBDF74
RGB
CMYK
RGB Variations
Color information
#DBDF74 (or 0xDBDF74) is known color: Goldenrod. HEX triplet: DB, DF and 74. RGB value is (219,223,116). Sum of RGB (Red+Green+Blue) = 219+223+116=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF74 is #24208B. Grayscale: #D2D2D2. Windows color (decimal): -2367628 or 7659483. OLE color: 7659483.
HSL color Cylindrical-coordinate representation of color #DBDF74: hue angle of 62.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDF74 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.24º | 0.63% | 0.66% | - |
| HSV(B) | 62.24º | 0.48% | 0.87% | - |
| XYZ | 58.75 | 69.1 | 26.76 | - |
| YUV | 209.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 116 | 0.02 | 0 | 0.48 | 0.13 | 62.24 | 0.63 | 0.66 |
| Hex | DB | DF | 74 | 2 | 0 | 30 | D | 3E | 3F | 42 |
| Octal | 333 | 337 | 164 | 2 | 0 | 60 | 15 | 76 | 77 | 102 |
| Binary | 11011011 | 11011111 | 1110100 | 10 | 0 | 110000 | 1101 | 111110 | 111111 | 1000010 |
Color Harmonies of #DBDF74
Complementary color
Monochromatic Colors of #DBDF74
Black with #DBDF74
Text Example
Text Example
White with #DBDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF74; }
p { color: rgb(219,223,116); }
H1.HeaderClassName
{
color: #DBDF74;
}
.AnyTagClassName
{
color: #DBDF74;
}
</style>
background-color css
<style>
a { background-color: #DBDF74; }
a { background-color: rgb(219,223,116); }
div.DivClassName
{
background-color: #DBDF74;
}
.BgClassName
{
background-color: #DBDF74;
}
</style>
border-color css
<style>
span { border-color: #DBDF74; }
span { border-color: rgb(219,223,116); }
td.TdClassName
{
border-color: #DBDF74;
}
.TagClassName
{
border-color: #DBDF74;
}
</style>