Shades of Goldenrod #D4CC6C
Tints of Goldenrod #D4CC6C
RGB
CMYK
RGB Variations
Color information
#D4CC6C (or 0xD4CC6C) is known color: Goldenrod. HEX triplet: D4, CC and 6C. RGB value is (212,204,108). Sum of RGB (Red+Green+Blue) = 212+204+108=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC6C is #2B3393. Grayscale: #C3C3C3. Windows color (decimal): -2831252 or 7130324. OLE color: 7130324.
HSL color Cylindrical-coordinate representation of color #D4CC6C: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4CC6C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 108 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.17 |
| HSL | 55.38º | 0.55% | 0.63% | - |
| HSV(B) | 55.38º | 0.49% | 0.83% | - |
| XYZ | 51.45 | 58.27 | 22.72 | - |
| YUV | 195.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 108 | 0 | 0.04 | 0.49 | 0.17 | 55.38 | 0.55 | 0.63 |
| Hex | D4 | CC | 6C | 0 | 4 | 31 | 11 | 37 | 37 | 3F |
| Octal | 324 | 314 | 154 | 0 | 4 | 61 | 21 | 67 | 67 | 77 |
| Binary | 11010100 | 11001100 | 1101100 | 0 | 100 | 110001 | 10001 | 110111 | 110111 | 111111 |
Color Harmonies of #D4CC6C
Complementary color
Monochromatic Colors of #D4CC6C
Black with #D4CC6C
Text Example
Text Example
White with #D4CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC6C; }
p { color: rgb(212,204,108); }
H1.HeaderClassName
{
color: #D4CC6C;
}
.AnyTagClassName
{
color: #D4CC6C;
}
</style>
background-color css
<style>
a { background-color: #D4CC6C; }
a { background-color: rgb(212,204,108); }
div.DivClassName
{
background-color: #D4CC6C;
}
.BgClassName
{
background-color: #D4CC6C;
}
</style>
border-color css
<style>
span { border-color: #D4CC6C; }
span { border-color: rgb(212,204,108); }
td.TdClassName
{
border-color: #D4CC6C;
}
.TagClassName
{
border-color: #D4CC6C;
}
</style>