Shades of Goldenrod #D4CC64
Tints of Goldenrod #D4CC64
RGB
CMYK
RGB Variations
Color information
#D4CC64 (or 0xD4CC64) is known color: Goldenrod. HEX triplet: D4, CC and 64. RGB value is (212,204,100). Sum of RGB (Red+Green+Blue) = 212+204+100=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC64 is #2B339B. Grayscale: #C2C2C2. Windows color (decimal): -2831260 or 6606036. OLE color: 6606036.
HSL color Cylindrical-coordinate representation of color #D4CC64: hue angle of 55.71º 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 #D4CC64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 100 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.17 |
| HSL | 55.71º | 0.57% | 0.61% | - |
| HSV(B) | 55.71º | 0.53% | 0.83% | - |
| XYZ | 51.04 | 58.1 | 20.58 | - |
| YUV | 194.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 100 | 0 | 0.04 | 0.53 | 0.17 | 55.71 | 0.57 | 0.61 |
| Hex | D4 | CC | 64 | 0 | 4 | 35 | 11 | 38 | 39 | 3D |
| Octal | 324 | 314 | 144 | 0 | 4 | 65 | 21 | 70 | 71 | 75 |
| Binary | 11010100 | 11001100 | 1100100 | 0 | 100 | 110101 | 10001 | 111000 | 111001 | 111101 |
Color Harmonies of #D4CC64
Complementary color
Monochromatic Colors of #D4CC64
Black with #D4CC64
Text Example
Text Example
White with #D4CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC64; }
p { color: rgb(212,204,100); }
H1.HeaderClassName
{
color: #D4CC64;
}
.AnyTagClassName
{
color: #D4CC64;
}
</style>
background-color css
<style>
a { background-color: #D4CC64; }
a { background-color: rgb(212,204,100); }
div.DivClassName
{
background-color: #D4CC64;
}
.BgClassName
{
background-color: #D4CC64;
}
</style>
border-color css
<style>
span { border-color: #D4CC64; }
span { border-color: rgb(212,204,100); }
td.TdClassName
{
border-color: #D4CC64;
}
.TagClassName
{
border-color: #D4CC64;
}
</style>