Shades of Goldenrod #DBDF63
Tints of Goldenrod #DBDF63
RGB
CMYK
RGB Variations
Color information
#DBDF63 (or 0xDBDF63) is known color: Goldenrod. HEX triplet: DB, DF and 63. RGB value is (219,223,99). Sum of RGB (Red+Green+Blue) = 219+223+99=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF63 is #24209C. Grayscale: #D0D0D0. Windows color (decimal): -2367645 or 6545371. OLE color: 6545371.
HSL color Cylindrical-coordinate representation of color #DBDF63: hue angle of 61.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBDF63 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 99 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.13 |
| HSL | 61.94º | 0.66% | 0.63% | - |
| HSV(B) | 61.94º | 0.56% | 0.87% | - |
| XYZ | 57.85 | 68.74 | 22.02 | - |
| YUV | 207.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 99 | 0.02 | 0 | 0.56 | 0.13 | 61.94 | 0.66 | 0.63 |
| Hex | DB | DF | 63 | 2 | 0 | 38 | D | 3E | 42 | 3F |
| Octal | 333 | 337 | 143 | 2 | 0 | 70 | 15 | 76 | 102 | 77 |
| Binary | 11011011 | 11011111 | 1100011 | 10 | 0 | 111000 | 1101 | 111110 | 1000010 | 111111 |
Color Harmonies of #DBDF63
Complementary color
Monochromatic Colors of #DBDF63
Black with #DBDF63
Text Example
Text Example
White with #DBDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF63; }
p { color: rgb(219,223,99); }
H1.HeaderClassName
{
color: #DBDF63;
}
.AnyTagClassName
{
color: #DBDF63;
}
</style>
background-color css
<style>
a { background-color: #DBDF63; }
a { background-color: rgb(219,223,99); }
div.DivClassName
{
background-color: #DBDF63;
}
.BgClassName
{
background-color: #DBDF63;
}
</style>
border-color css
<style>
span { border-color: #DBDF63; }
span { border-color: rgb(219,223,99); }
td.TdClassName
{
border-color: #DBDF63;
}
.TagClassName
{
border-color: #DBDF63;
}
</style>