Shades of Goldenrod #D2DA68
Tints of Goldenrod #D2DA68
RGB
CMYK
RGB Variations
Color information
#D2DA68 (or 0xD2DA68) is known color: Goldenrod. HEX triplet: D2, DA and 68. RGB value is (210,218,104). Sum of RGB (Red+Green+Blue) = 210+218+104=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA68 is #2D2597. Grayscale: #CBCBCB. Windows color (decimal): -2958744 or 6871762. OLE color: 6871762.
HSL color Cylindrical-coordinate representation of color #D2DA68: hue angle of 64.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2DA68 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 104 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.15 |
| HSL | 64.21º | 0.61% | 0.63% | - |
| HSV(B) | 64.21º | 0.52% | 0.85% | - |
| XYZ | 54.15 | 64.84 | 22.76 | - |
| YUV | 202.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 104 | 0.04 | 0 | 0.52 | 0.15 | 64.21 | 0.61 | 0.63 |
| Hex | D2 | DA | 68 | 4 | 0 | 34 | F | 40 | 3D | 3F |
| Octal | 322 | 332 | 150 | 4 | 0 | 64 | 17 | 100 | 75 | 77 |
| Binary | 11010010 | 11011010 | 1101000 | 100 | 0 | 110100 | 1111 | 1000000 | 111101 | 111111 |
Color Harmonies of #D2DA68
Complementary color
Monochromatic Colors of #D2DA68
Black with #D2DA68
Text Example
Text Example
White with #D2DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA68; }
p { color: rgb(210,218,104); }
H1.HeaderClassName
{
color: #D2DA68;
}
.AnyTagClassName
{
color: #D2DA68;
}
</style>
background-color css
<style>
a { background-color: #D2DA68; }
a { background-color: rgb(210,218,104); }
div.DivClassName
{
background-color: #D2DA68;
}
.BgClassName
{
background-color: #D2DA68;
}
</style>
border-color css
<style>
span { border-color: #D2DA68; }
span { border-color: rgb(210,218,104); }
td.TdClassName
{
border-color: #D2DA68;
}
.TagClassName
{
border-color: #D2DA68;
}
</style>