Shades of Goldenrod #D2DB64
Tints of Goldenrod #D2DB64
RGB
CMYK
RGB Variations
Color information
#D2DB64 (or 0xD2DB64) is known color: Goldenrod. HEX triplet: D2, DB and 64. RGB value is (210,219,100). Sum of RGB (Red+Green+Blue) = 210+219+100=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB64 is #2D249B. Grayscale: #CBCBCB. Windows color (decimal): -2958492 or 6609874. OLE color: 6609874.
HSL color Cylindrical-coordinate representation of color #D2DB64: hue angle of 64.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2DB64 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 100 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.14 |
| HSL | 64.54º | 0.62% | 0.63% | - |
| HSV(B) | 64.54º | 0.54% | 0.86% | - |
| XYZ | 54.21 | 65.28 | 21.8 | - |
| YUV | 202.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 100 | 0.04 | 0 | 0.54 | 0.14 | 64.54 | 0.62 | 0.63 |
| Hex | D2 | DB | 64 | 4 | 0 | 36 | E | 41 | 3E | 3F |
| Octal | 322 | 333 | 144 | 4 | 0 | 66 | 16 | 101 | 76 | 77 |
| Binary | 11010010 | 11011011 | 1100100 | 100 | 0 | 110110 | 1110 | 1000001 | 111110 | 111111 |
Color Harmonies of #D2DB64
Complementary color
Monochromatic Colors of #D2DB64
Black with #D2DB64
Text Example
Text Example
White with #D2DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB64; }
p { color: rgb(210,219,100); }
H1.HeaderClassName
{
color: #D2DB64;
}
.AnyTagClassName
{
color: #D2DB64;
}
</style>
background-color css
<style>
a { background-color: #D2DB64; }
a { background-color: rgb(210,219,100); }
div.DivClassName
{
background-color: #D2DB64;
}
.BgClassName
{
background-color: #D2DB64;
}
</style>
border-color css
<style>
span { border-color: #D2DB64; }
span { border-color: rgb(210,219,100); }
td.TdClassName
{
border-color: #D2DB64;
}
.TagClassName
{
border-color: #D2DB64;
}
</style>