Shades of Goldenrod #D4D868
Tints of Goldenrod #D4D868
RGB
CMYK
RGB Variations
Color information
#D4D868 (or 0xD4D868) is known color: Goldenrod. HEX triplet: D4, D8 and 68. RGB value is (212,216,104). Sum of RGB (Red+Green+Blue) = 212+216+104=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D868 is #2B2797. Grayscale: #CACACA. Windows color (decimal): -2828184 or 6871252. OLE color: 6871252.
HSL color Cylindrical-coordinate representation of color #D4D868: hue angle of 62.14º degrees, saturation: 0.59, 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 #D4D868 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 104 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.15 |
| HSL | 62.14º | 0.59% | 0.63% | - |
| HSV(B) | 62.14º | 0.52% | 0.85% | - |
| XYZ | 54.21 | 64.11 | 22.61 | - |
| YUV | 202.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 104 | 0.02 | 0 | 0.52 | 0.15 | 62.14 | 0.59 | 0.63 |
| Hex | D4 | D8 | 68 | 2 | 0 | 34 | F | 3E | 3B | 3F |
| Octal | 324 | 330 | 150 | 2 | 0 | 64 | 17 | 76 | 73 | 77 |
| Binary | 11010100 | 11011000 | 1101000 | 10 | 0 | 110100 | 1111 | 111110 | 111011 | 111111 |
Color Harmonies of #D4D868
Complementary color
Monochromatic Colors of #D4D868
Black with #D4D868
Text Example
Text Example
White with #D4D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D868; }
p { color: rgb(212,216,104); }
H1.HeaderClassName
{
color: #D4D868;
}
.AnyTagClassName
{
color: #D4D868;
}
</style>
background-color css
<style>
a { background-color: #D4D868; }
a { background-color: rgb(212,216,104); }
div.DivClassName
{
background-color: #D4D868;
}
.BgClassName
{
background-color: #D4D868;
}
</style>
border-color css
<style>
span { border-color: #D4D868; }
span { border-color: rgb(212,216,104); }
td.TdClassName
{
border-color: #D4D868;
}
.TagClassName
{
border-color: #D4D868;
}
</style>