Shades of Goldenrod #D4D06C
Tints of Goldenrod #D4D06C
RGB
CMYK
RGB Variations
Color information
#D4D06C (or 0xD4D06C) is known color: Goldenrod. HEX triplet: D4, D0 and 6C. RGB value is (212,208,108). Sum of RGB (Red+Green+Blue) = 212+208+108=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D06C is #2B2F93. Grayscale: #C6C6C6. Windows color (decimal): -2830228 or 7131348. OLE color: 7131348.
HSL color Cylindrical-coordinate representation of color #D4D06C: hue angle of 57.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4D06C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 108 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.17 |
| HSL | 57.69º | 0.55% | 0.63% | - |
| HSV(B) | 57.69º | 0.49% | 0.83% | - |
| XYZ | 52.41 | 60.19 | 23.04 | - |
| YUV | 197.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 108 | 0 | 0.02 | 0.49 | 0.17 | 57.69 | 0.55 | 0.63 |
| Hex | D4 | D0 | 6C | 0 | 2 | 31 | 11 | 3A | 37 | 3F |
| Octal | 324 | 320 | 154 | 0 | 2 | 61 | 21 | 72 | 67 | 77 |
| Binary | 11010100 | 11010000 | 1101100 | 0 | 10 | 110001 | 10001 | 111010 | 110111 | 111111 |
Color Harmonies of #D4D06C
Complementary color
Monochromatic Colors of #D4D06C
Black with #D4D06C
Text Example
Text Example
White with #D4D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D06C; }
p { color: rgb(212,208,108); }
H1.HeaderClassName
{
color: #D4D06C;
}
.AnyTagClassName
{
color: #D4D06C;
}
</style>
background-color css
<style>
a { background-color: #D4D06C; }
a { background-color: rgb(212,208,108); }
div.DivClassName
{
background-color: #D4D06C;
}
.BgClassName
{
background-color: #D4D06C;
}
</style>
border-color css
<style>
span { border-color: #D4D06C; }
span { border-color: rgb(212,208,108); }
td.TdClassName
{
border-color: #D4D06C;
}
.TagClassName
{
border-color: #D4D06C;
}
</style>