Shades of Goldenrod #D4D06F
Tints of Goldenrod #D4D06F
RGB
CMYK
RGB Variations
Color information
#D4D06F (or 0xD4D06F) is known color: Goldenrod. HEX triplet: D4, D0 and 6F. RGB value is (212,208,111). Sum of RGB (Red+Green+Blue) = 212+208+111=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D06F is #2B2F90. Grayscale: #C6C6C6. Windows color (decimal): -2830225 or 7327956. OLE color: 7327956.
HSL color Cylindrical-coordinate representation of color #D4D06F: hue angle of 57.62º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4D06F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 111 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.17 |
| HSL | 57.62º | 0.54% | 0.63% | - |
| HSV(B) | 57.62º | 0.48% | 0.83% | - |
| XYZ | 52.58 | 60.26 | 23.9 | - |
| YUV | 198.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 111 | 0 | 0.02 | 0.48 | 0.17 | 57.62 | 0.54 | 0.63 |
| Hex | D4 | D0 | 6F | 0 | 2 | 30 | 11 | 3A | 36 | 3F |
| Octal | 324 | 320 | 157 | 0 | 2 | 60 | 21 | 72 | 66 | 77 |
| Binary | 11010100 | 11010000 | 1101111 | 0 | 10 | 110000 | 10001 | 111010 | 110110 | 111111 |
Color Harmonies of #D4D06F
Complementary color
Monochromatic Colors of #D4D06F
Black with #D4D06F
Text Example
Text Example
White with #D4D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D06F; }
p { color: rgb(212,208,111); }
H1.HeaderClassName
{
color: #D4D06F;
}
.AnyTagClassName
{
color: #D4D06F;
}
</style>
background-color css
<style>
a { background-color: #D4D06F; }
a { background-color: rgb(212,208,111); }
div.DivClassName
{
background-color: #D4D06F;
}
.BgClassName
{
background-color: #D4D06F;
}
</style>
border-color css
<style>
span { border-color: #D4D06F; }
span { border-color: rgb(212,208,111); }
td.TdClassName
{
border-color: #D4D06F;
}
.TagClassName
{
border-color: #D4D06F;
}
</style>