Shades of Goldenrod #D4CC65
Tints of Goldenrod #D4CC65
RGB
CMYK
RGB Variations
Color information
#D4CC65 (or 0xD4CC65) is known color: Goldenrod. HEX triplet: D4, CC and 65. RGB value is (212,204,101). Sum of RGB (Red+Green+Blue) = 212+204+101=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC65 is #2B339A. Grayscale: #C3C3C3. Windows color (decimal): -2831259 or 6671572. OLE color: 6671572.
HSL color Cylindrical-coordinate representation of color #D4CC65: hue angle of 55.68º 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 #D4CC65 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 101 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.17 |
| HSL | 55.68º | 0.56% | 0.61% | - |
| HSV(B) | 55.68º | 0.52% | 0.83% | - |
| XYZ | 51.09 | 58.12 | 20.84 | - |
| YUV | 194.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 101 | 0 | 0.04 | 0.52 | 0.17 | 55.68 | 0.56 | 0.61 |
| Hex | D4 | CC | 65 | 0 | 4 | 34 | 11 | 38 | 38 | 3D |
| Octal | 324 | 314 | 145 | 0 | 4 | 64 | 21 | 70 | 70 | 75 |
| Binary | 11010100 | 11001100 | 1100101 | 0 | 100 | 110100 | 10001 | 111000 | 111000 | 111101 |
Color Harmonies of #D4CC65
Complementary color
Monochromatic Colors of #D4CC65
Black with #D4CC65
Text Example
Text Example
White with #D4CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC65; }
p { color: rgb(212,204,101); }
H1.HeaderClassName
{
color: #D4CC65;
}
.AnyTagClassName
{
color: #D4CC65;
}
</style>
background-color css
<style>
a { background-color: #D4CC65; }
a { background-color: rgb(212,204,101); }
div.DivClassName
{
background-color: #D4CC65;
}
.BgClassName
{
background-color: #D4CC65;
}
</style>
border-color css
<style>
span { border-color: #D4CC65; }
span { border-color: rgb(212,204,101); }
td.TdClassName
{
border-color: #D4CC65;
}
.TagClassName
{
border-color: #D4CC65;
}
</style>