Shades of Goldenrod #D4D769
Tints of Goldenrod #D4D769
RGB
CMYK
RGB Variations
Color information
#D4D769 (or 0xD4D769) is known color: Goldenrod. HEX triplet: D4, D7 and 69. RGB value is (212,215,105). Sum of RGB (Red+Green+Blue) = 212+215+105=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D769 is #2B2896. Grayscale: #CACACA. Windows color (decimal): -2828439 or 6936532. OLE color: 6936532.
HSL color Cylindrical-coordinate representation of color #D4D769: hue angle of 61.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4D769 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 105 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.16 |
| HSL | 61.64º | 0.58% | 0.63% | - |
| HSV(B) | 61.64º | 0.51% | 0.84% | - |
| XYZ | 54 | 63.62 | 22.8 | - |
| YUV | 201.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 105 | 0.01 | 0 | 0.51 | 0.16 | 61.64 | 0.58 | 0.63 |
| Hex | D4 | D7 | 69 | 1 | 0 | 33 | 10 | 3E | 3A | 3F |
| Octal | 324 | 327 | 151 | 1 | 0 | 63 | 20 | 76 | 72 | 77 |
| Binary | 11010100 | 11010111 | 1101001 | 1 | 0 | 110011 | 10000 | 111110 | 111010 | 111111 |
Color Harmonies of #D4D769
Complementary color
Monochromatic Colors of #D4D769
Black with #D4D769
Text Example
Text Example
White with #D4D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D769; }
p { color: rgb(212,215,105); }
H1.HeaderClassName
{
color: #D4D769;
}
.AnyTagClassName
{
color: #D4D769;
}
</style>
background-color css
<style>
a { background-color: #D4D769; }
a { background-color: rgb(212,215,105); }
div.DivClassName
{
background-color: #D4D769;
}
.BgClassName
{
background-color: #D4D769;
}
</style>
border-color css
<style>
span { border-color: #D4D769; }
span { border-color: rgb(212,215,105); }
td.TdClassName
{
border-color: #D4D769;
}
.TagClassName
{
border-color: #D4D769;
}
</style>