Shades of Goldenrod #DBDD81
Tints of Goldenrod #DBDD81
RGB
CMYK
RGB Variations
Color information
#DBDD81 (or 0xDBDD81) is known color: Goldenrod. HEX triplet: DB, DD and 81. RGB value is (219,221,129). Sum of RGB (Red+Green+Blue) = 219+221+129=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD81 is #24227E. Grayscale: #D2D2D2. Windows color (decimal): -2368127 or 8510939. OLE color: 8510939.
HSL color Cylindrical-coordinate representation of color #DBDD81: hue angle of 61.3º degrees, saturation: 0.57, 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 #DBDD81 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 129 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.13 |
| HSL | 61.3º | 0.58% | 0.69% | - |
| HSV(B) | 61.3º | 0.42% | 0.87% | - |
| XYZ | 59.03 | 68.36 | 30.85 | - |
| YUV | 209.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 129 | 0.01 | 0 | 0.42 | 0.13 | 61.3 | 0.58 | 0.69 |
| Hex | DB | DD | 81 | 1 | 0 | 2A | D | 3D | 3A | 45 |
| Octal | 333 | 335 | 201 | 1 | 0 | 52 | 15 | 75 | 72 | 105 |
| Binary | 11011011 | 11011101 | 10000001 | 1 | 0 | 101010 | 1101 | 111101 | 111010 | 1000101 |
Color Harmonies of #DBDD81
Complementary color
Monochromatic Colors of #DBDD81
Black with #DBDD81
Text Example
Text Example
White with #DBDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD81; }
p { color: rgb(219,221,129); }
H1.HeaderClassName
{
color: #DBDD81;
}
.AnyTagClassName
{
color: #DBDD81;
}
</style>
background-color css
<style>
a { background-color: #DBDD81; }
a { background-color: rgb(219,221,129); }
div.DivClassName
{
background-color: #DBDD81;
}
.BgClassName
{
background-color: #DBDD81;
}
</style>
border-color css
<style>
span { border-color: #DBDD81; }
span { border-color: rgb(219,221,129); }
td.TdClassName
{
border-color: #DBDD81;
}
.TagClassName
{
border-color: #DBDD81;
}
</style>