Shades of Goldenrod #D4D364
Tints of Goldenrod #D4D364
RGB
CMYK
RGB Variations
Color information
#D4D364 (or 0xD4D364) is known color: Goldenrod. HEX triplet: D4, D3 and 64. RGB value is (212,211,100). Sum of RGB (Red+Green+Blue) = 212+211+100=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D364 is #2B2C9B. Grayscale: #C7C7C7. Windows color (decimal): -2829468 or 6607828. OLE color: 6607828.
HSL color Cylindrical-coordinate representation of color #D4D364: hue angle of 59.46º 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 #D4D364 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 100 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.17 |
| HSL | 59.46º | 0.57% | 0.61% | - |
| HSV(B) | 59.46º | 0.53% | 0.83% | - |
| XYZ | 52.75 | 61.51 | 21.15 | - |
| YUV | 198.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 100 | 0 | 0.00 | 0.53 | 0.17 | 59.46 | 0.57 | 0.61 |
| Hex | D4 | D3 | 64 | 0 | 0 | 35 | 11 | 3B | 39 | 3D |
| Octal | 324 | 323 | 144 | 0 | 0 | 65 | 21 | 73 | 71 | 75 |
| Binary | 11010100 | 11010011 | 1100100 | 0 | 0 | 110101 | 10001 | 111011 | 111001 | 111101 |
Color Harmonies of #D4D364
Complementary color
Monochromatic Colors of #D4D364
Black with #D4D364
Text Example
Text Example
White with #D4D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D364; }
p { color: rgb(212,211,100); }
H1.HeaderClassName
{
color: #D4D364;
}
.AnyTagClassName
{
color: #D4D364;
}
</style>
background-color css
<style>
a { background-color: #D4D364; }
a { background-color: rgb(212,211,100); }
div.DivClassName
{
background-color: #D4D364;
}
.BgClassName
{
background-color: #D4D364;
}
</style>
border-color css
<style>
span { border-color: #D4D364; }
span { border-color: rgb(212,211,100); }
td.TdClassName
{
border-color: #D4D364;
}
.TagClassName
{
border-color: #D4D364;
}
</style>