Shades of Goldenrod #DBDF81
Tints of Goldenrod #DBDF81
RGB
CMYK
RGB Variations
Color information
#DBDF81 (or 0xDBDF81) is known color: Goldenrod. HEX triplet: DB, DF and 81. RGB value is (219,223,129). Sum of RGB (Red+Green+Blue) = 219+223+129=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF81 is #24207E. Grayscale: #D3D3D3. Windows color (decimal): -2367615 or 8511451. OLE color: 8511451.
HSL color Cylindrical-coordinate representation of color #DBDF81: hue angle of 62.55º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDF81 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 129 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.13 |
| HSL | 62.55º | 0.59% | 0.69% | - |
| HSV(B) | 62.55º | 0.42% | 0.87% | - |
| XYZ | 59.56 | 69.42 | 31.03 | - |
| YUV | 211.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 129 | 0.02 | 0 | 0.42 | 0.13 | 62.55 | 0.59 | 0.69 |
| Hex | DB | DF | 81 | 2 | 0 | 2A | D | 3F | 3B | 45 |
| Octal | 333 | 337 | 201 | 2 | 0 | 52 | 15 | 77 | 73 | 105 |
| Binary | 11011011 | 11011111 | 10000001 | 10 | 0 | 101010 | 1101 | 111111 | 111011 | 1000101 |
Color Harmonies of #DBDF81
Complementary color
Monochromatic Colors of #DBDF81
Black with #DBDF81
Text Example
Text Example
White with #DBDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF81; }
p { color: rgb(219,223,129); }
H1.HeaderClassName
{
color: #DBDF81;
}
.AnyTagClassName
{
color: #DBDF81;
}
</style>
background-color css
<style>
a { background-color: #DBDF81; }
a { background-color: rgb(219,223,129); }
div.DivClassName
{
background-color: #DBDF81;
}
.BgClassName
{
background-color: #DBDF81;
}
</style>
border-color css
<style>
span { border-color: #DBDF81; }
span { border-color: rgb(219,223,129); }
td.TdClassName
{
border-color: #DBDF81;
}
.TagClassName
{
border-color: #DBDF81;
}
</style>