Shades of Goldenrod #D7CC64
Tints of Goldenrod #D7CC64
RGB
CMYK
RGB Variations
Color information
#D7CC64 (or 0xD7CC64) is known color: Goldenrod. HEX triplet: D7, CC and 64. RGB value is (215,204,100). Sum of RGB (Red+Green+Blue) = 215+204+100=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC64 is #28339B. Grayscale: #C3C3C3. Windows color (decimal): -2634652 or 6606039. OLE color: 6606039.
HSL color Cylindrical-coordinate representation of color #D7CC64: hue angle of 54.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7CC64 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 100 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.16 |
| HSL | 54.26º | 0.59% | 0.62% | - |
| HSV(B) | 54.26º | 0.53% | 0.84% | - |
| XYZ | 51.92 | 58.55 | 20.62 | - |
| YUV | 195.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 100 | 0 | 0.05 | 0.53 | 0.16 | 54.26 | 0.59 | 0.62 |
| Hex | D7 | CC | 64 | 0 | 5 | 35 | 10 | 36 | 3B | 3E |
| Octal | 327 | 314 | 144 | 0 | 5 | 65 | 20 | 66 | 73 | 76 |
| Binary | 11010111 | 11001100 | 1100100 | 0 | 101 | 110101 | 10000 | 110110 | 111011 | 111110 |
Color Harmonies of #D7CC64
Complementary color
Monochromatic Colors of #D7CC64
Black with #D7CC64
Text Example
Text Example
White with #D7CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CC64; }
p { color: rgb(215,204,100); }
H1.HeaderClassName
{
color: #D7CC64;
}
.AnyTagClassName
{
color: #D7CC64;
}
</style>
background-color css
<style>
a { background-color: #D7CC64; }
a { background-color: rgb(215,204,100); }
div.DivClassName
{
background-color: #D7CC64;
}
.BgClassName
{
background-color: #D7CC64;
}
</style>
border-color css
<style>
span { border-color: #D7CC64; }
span { border-color: rgb(215,204,100); }
td.TdClassName
{
border-color: #D7CC64;
}
.TagClassName
{
border-color: #D7CC64;
}
</style>