Shades of Goldenrod #D4D063
Tints of Goldenrod #D4D063
RGB
CMYK
RGB Variations
Color information
#D4D063 (or 0xD4D063) is known color: Goldenrod. HEX triplet: D4, D0 and 63. RGB value is (212,208,99). Sum of RGB (Red+Green+Blue) = 212+208+99=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D063 is #2B2F9C. Grayscale: #C5C5C5. Windows color (decimal): -2830237 or 6541524. OLE color: 6541524.
HSL color Cylindrical-coordinate representation of color #D4D063: hue angle of 57.88º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D063 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 99 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.17 |
| HSL | 57.88º | 0.57% | 0.61% | - |
| HSV(B) | 57.88º | 0.53% | 0.83% | - |
| XYZ | 51.96 | 60.01 | 20.65 | - |
| YUV | 196.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 99 | 0 | 0.02 | 0.53 | 0.17 | 57.88 | 0.57 | 0.61 |
| Hex | D4 | D0 | 63 | 0 | 2 | 35 | 11 | 3A | 39 | 3D |
| Octal | 324 | 320 | 143 | 0 | 2 | 65 | 21 | 72 | 71 | 75 |
| Binary | 11010100 | 11010000 | 1100011 | 0 | 10 | 110101 | 10001 | 111010 | 111001 | 111101 |
Color Harmonies of #D4D063
Complementary color
Monochromatic Colors of #D4D063
Black with #D4D063
Text Example
Text Example
White with #D4D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D063; }
p { color: rgb(212,208,99); }
H1.HeaderClassName
{
color: #D4D063;
}
.AnyTagClassName
{
color: #D4D063;
}
</style>
background-color css
<style>
a { background-color: #D4D063; }
a { background-color: rgb(212,208,99); }
div.DivClassName
{
background-color: #D4D063;
}
.BgClassName
{
background-color: #D4D063;
}
</style>
border-color css
<style>
span { border-color: #D4D063; }
span { border-color: rgb(212,208,99); }
td.TdClassName
{
border-color: #D4D063;
}
.TagClassName
{
border-color: #D4D063;
}
</style>