Shades of Goldenrod #DBDF64
Tints of Goldenrod #DBDF64
RGB
CMYK
RGB Variations
Color information
#DBDF64 (or 0xDBDF64) is known color: Goldenrod. HEX triplet: DB, DF and 64. RGB value is (219,223,100). Sum of RGB (Red+Green+Blue) = 219+223+100=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF64 is #24209B. Grayscale: #D0D0D0. Windows color (decimal): -2367644 or 6610907. OLE color: 6610907.
HSL color Cylindrical-coordinate representation of color #DBDF64: hue angle of 61.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBDF64 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 100 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.13 |
| HSL | 61.95º | 0.66% | 0.63% | - |
| HSV(B) | 61.95º | 0.55% | 0.87% | - |
| XYZ | 57.9 | 68.76 | 22.28 | - |
| YUV | 207.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 100 | 0.02 | 0 | 0.55 | 0.13 | 61.95 | 0.66 | 0.63 |
| Hex | DB | DF | 64 | 2 | 0 | 37 | D | 3E | 42 | 3F |
| Octal | 333 | 337 | 144 | 2 | 0 | 67 | 15 | 76 | 102 | 77 |
| Binary | 11011011 | 11011111 | 1100100 | 10 | 0 | 110111 | 1101 | 111110 | 1000010 | 111111 |
Color Harmonies of #DBDF64
Complementary color
Monochromatic Colors of #DBDF64
Black with #DBDF64
Text Example
Text Example
White with #DBDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF64; }
p { color: rgb(219,223,100); }
H1.HeaderClassName
{
color: #DBDF64;
}
.AnyTagClassName
{
color: #DBDF64;
}
</style>
background-color css
<style>
a { background-color: #DBDF64; }
a { background-color: rgb(219,223,100); }
div.DivClassName
{
background-color: #DBDF64;
}
.BgClassName
{
background-color: #DBDF64;
}
</style>
border-color css
<style>
span { border-color: #DBDF64; }
span { border-color: rgb(219,223,100); }
td.TdClassName
{
border-color: #DBDF64;
}
.TagClassName
{
border-color: #DBDF64;
}
</style>