Shades of Goldenrod #D4D46D
Tints of Goldenrod #D4D46D
RGB
CMYK
RGB Variations
Color information
#D4D46D (or 0xD4D46D) is known color: Goldenrod. HEX triplet: D4, D4 and 6D. RGB value is (212,212,109). Sum of RGB (Red+Green+Blue) = 212+212+109=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D46D is #2B2B92. Grayscale: #C8C8C8. Windows color (decimal): -2829203 or 7197908. OLE color: 7197908.
HSL color Cylindrical-coordinate representation of color #D4D46D: hue angle of 60º degrees, saturation: 0.54, 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 #D4D46D is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 109 | - |
| CMYK | 0 | 0 | 0.49 | 0.17 |
| HSL | 60º | 0.54% | 0.63% | - |
| HSV(B) | 60º | 0.49% | 0.83% | - |
| XYZ | 53.46 | 62.19 | 23.65 | - |
| YUV | 200.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 109 | 0 | 0 | 0.49 | 0.17 | 60 | 0.54 | 0.63 |
| Hex | D4 | D4 | 6D | 0 | 0 | 31 | 11 | 3C | 36 | 3F |
| Octal | 324 | 324 | 155 | 0 | 0 | 61 | 21 | 74 | 66 | 77 |
| Binary | 11010100 | 11010100 | 1101101 | 0 | 0 | 110001 | 10001 | 111100 | 110110 | 111111 |
Color Harmonies of #D4D46D
Complementary color
Monochromatic Colors of #D4D46D
Black with #D4D46D
Text Example
Text Example
White with #D4D46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D46D; }
p { color: rgb(212,212,109); }
H1.HeaderClassName
{
color: #D4D46D;
}
.AnyTagClassName
{
color: #D4D46D;
}
</style>
background-color css
<style>
a { background-color: #D4D46D; }
a { background-color: rgb(212,212,109); }
div.DivClassName
{
background-color: #D4D46D;
}
.BgClassName
{
background-color: #D4D46D;
}
</style>
border-color css
<style>
span { border-color: #D4D46D; }
span { border-color: rgb(212,212,109); }
td.TdClassName
{
border-color: #D4D46D;
}
.TagClassName
{
border-color: #D4D46D;
}
</style>