Shades of Goldenrod #D4CD64
Tints of Goldenrod #D4CD64
RGB
CMYK
RGB Variations
Color information
#D4CD64 (or 0xD4CD64) is known color: Goldenrod. HEX triplet: D4, CD and 64. RGB value is (212,205,100). Sum of RGB (Red+Green+Blue) = 212+205+100=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD64 is #2B329B. Grayscale: #C3C3C3. Windows color (decimal): -2831004 or 6606292. OLE color: 6606292.
HSL color Cylindrical-coordinate representation of color #D4CD64: hue angle of 56.25º 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 #D4CD64 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 205 | 100 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.17 |
| HSL | 56.25º | 0.57% | 0.61% | - |
| HSV(B) | 56.25º | 0.53% | 0.83% | - |
| XYZ | 51.28 | 58.58 | 20.66 | - |
| YUV | 195.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 100 | 0 | 0.03 | 0.53 | 0.17 | 56.25 | 0.57 | 0.61 |
| Hex | D4 | CD | 64 | 0 | 3 | 35 | 11 | 38 | 39 | 3D |
| Octal | 324 | 315 | 144 | 0 | 3 | 65 | 21 | 70 | 71 | 75 |
| Binary | 11010100 | 11001101 | 1100100 | 0 | 11 | 110101 | 10001 | 111000 | 111001 | 111101 |
Color Harmonies of #D4CD64
Complementary color
Monochromatic Colors of #D4CD64
Black with #D4CD64
Text Example
Text Example
White with #D4CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CD64; }
p { color: rgb(212,205,100); }
H1.HeaderClassName
{
color: #D4CD64;
}
.AnyTagClassName
{
color: #D4CD64;
}
</style>
background-color css
<style>
a { background-color: #D4CD64; }
a { background-color: rgb(212,205,100); }
div.DivClassName
{
background-color: #D4CD64;
}
.BgClassName
{
background-color: #D4CD64;
}
</style>
border-color css
<style>
span { border-color: #D4CD64; }
span { border-color: rgb(212,205,100); }
td.TdClassName
{
border-color: #D4CD64;
}
.TagClassName
{
border-color: #D4CD64;
}
</style>