Shades of Goldenrod #D4D365
Tints of Goldenrod #D4D365
RGB
CMYK
RGB Variations
Color information
#D4D365 (or 0xD4D365) is known color: Goldenrod. HEX triplet: D4, D3 and 65. RGB value is (212,211,101). Sum of RGB (Red+Green+Blue) = 212+211+101=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D365 is #2B2C9A. Grayscale: #C7C7C7. Windows color (decimal): -2829467 or 6673364. OLE color: 6673364.
HSL color Cylindrical-coordinate representation of color #D4D365: hue angle of 59.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4D365 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 101 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.17 |
| HSL | 59.46º | 0.56% | 0.61% | - |
| HSV(B) | 59.46º | 0.52% | 0.83% | - |
| XYZ | 52.79 | 61.53 | 21.4 | - |
| YUV | 198.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 101 | 0 | 0.00 | 0.52 | 0.17 | 59.46 | 0.56 | 0.61 |
| Hex | D4 | D3 | 65 | 0 | 0 | 34 | 11 | 3B | 38 | 3D |
| Octal | 324 | 323 | 145 | 0 | 0 | 64 | 21 | 73 | 70 | 75 |
| Binary | 11010100 | 11010011 | 1100101 | 0 | 0 | 110100 | 10001 | 111011 | 111000 | 111101 |
Color Harmonies of #D4D365
Complementary color
Monochromatic Colors of #D4D365
Black with #D4D365
Text Example
Text Example
White with #D4D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D365; }
p { color: rgb(212,211,101); }
H1.HeaderClassName
{
color: #D4D365;
}
.AnyTagClassName
{
color: #D4D365;
}
</style>
background-color css
<style>
a { background-color: #D4D365; }
a { background-color: rgb(212,211,101); }
div.DivClassName
{
background-color: #D4D365;
}
.BgClassName
{
background-color: #D4D365;
}
</style>
border-color css
<style>
span { border-color: #D4D365; }
span { border-color: rgb(212,211,101); }
td.TdClassName
{
border-color: #D4D365;
}
.TagClassName
{
border-color: #D4D365;
}
</style>