Shades of Goldenrod #D4D869
Tints of Goldenrod #D4D869
RGB
CMYK
RGB Variations
Color information
#D4D869 (or 0xD4D869) is known color: Goldenrod. HEX triplet: D4, D8 and 69. RGB value is (212,216,105). Sum of RGB (Red+Green+Blue) = 212+216+105=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D869 is #2B2796. Grayscale: #CACACA. Windows color (decimal): -2828183 or 6936788. OLE color: 6936788.
HSL color Cylindrical-coordinate representation of color #D4D869: hue angle of 62.16º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D869 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 105 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.15 |
| HSL | 62.16º | 0.59% | 0.63% | - |
| HSV(B) | 62.16º | 0.51% | 0.85% | - |
| XYZ | 54.26 | 64.13 | 22.88 | - |
| YUV | 202.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 105 | 0.02 | 0 | 0.51 | 0.15 | 62.16 | 0.59 | 0.63 |
| Hex | D4 | D8 | 69 | 2 | 0 | 33 | F | 3E | 3B | 3F |
| Octal | 324 | 330 | 151 | 2 | 0 | 63 | 17 | 76 | 73 | 77 |
| Binary | 11010100 | 11011000 | 1101001 | 10 | 0 | 110011 | 1111 | 111110 | 111011 | 111111 |
Color Harmonies of #D4D869
Complementary color
Monochromatic Colors of #D4D869
Black with #D4D869
Text Example
Text Example
White with #D4D869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D869; }
p { color: rgb(212,216,105); }
H1.HeaderClassName
{
color: #D4D869;
}
.AnyTagClassName
{
color: #D4D869;
}
</style>
background-color css
<style>
a { background-color: #D4D869; }
a { background-color: rgb(212,216,105); }
div.DivClassName
{
background-color: #D4D869;
}
.BgClassName
{
background-color: #D4D869;
}
</style>
border-color css
<style>
span { border-color: #D4D869; }
span { border-color: rgb(212,216,105); }
td.TdClassName
{
border-color: #D4D869;
}
.TagClassName
{
border-color: #D4D869;
}
</style>