Shades of Goldenrod #DBDF75
Tints of Goldenrod #DBDF75
RGB
CMYK
RGB Variations
Color information
#DBDF75 (or 0xDBDF75) is known color: Goldenrod. HEX triplet: DB, DF and 75. RGB value is (219,223,117). Sum of RGB (Red+Green+Blue) = 219+223+117=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF75 is #24208A. Grayscale: #D2D2D2. Windows color (decimal): -2367627 or 7725019. OLE color: 7725019.
HSL color Cylindrical-coordinate representation of color #DBDF75: hue angle of 62.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBDF75 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 117 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.13 |
| HSL | 62.26º | 0.62% | 0.67% | - |
| HSV(B) | 62.26º | 0.48% | 0.87% | - |
| XYZ | 58.81 | 69.12 | 27.07 | - |
| YUV | 209.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 117 | 0.02 | 0 | 0.48 | 0.13 | 62.26 | 0.62 | 0.67 |
| Hex | DB | DF | 75 | 2 | 0 | 30 | D | 3E | 3E | 43 |
| Octal | 333 | 337 | 165 | 2 | 0 | 60 | 15 | 76 | 76 | 103 |
| Binary | 11011011 | 11011111 | 1110101 | 10 | 0 | 110000 | 1101 | 111110 | 111110 | 1000011 |
Color Harmonies of #DBDF75
Complementary color
Monochromatic Colors of #DBDF75
Black with #DBDF75
Text Example
Text Example
White with #DBDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF75; }
p { color: rgb(219,223,117); }
H1.HeaderClassName
{
color: #DBDF75;
}
.AnyTagClassName
{
color: #DBDF75;
}
</style>
background-color css
<style>
a { background-color: #DBDF75; }
a { background-color: rgb(219,223,117); }
div.DivClassName
{
background-color: #DBDF75;
}
.BgClassName
{
background-color: #DBDF75;
}
</style>
border-color css
<style>
span { border-color: #DBDF75; }
span { border-color: rgb(219,223,117); }
td.TdClassName
{
border-color: #DBDF75;
}
.TagClassName
{
border-color: #DBDF75;
}
</style>