Shades of Dark Goldenrod #CC7A01
Tints of Dark Goldenrod #CC7A01
RGB
CMYK
RGB Variations
Color information
#CC7A01 (or 0xCC7A01) is known color: Dark Goldenrod. HEX triplet: CC, 7A and 01. RGB value is (204,122,1). Sum of RGB (Red+Green+Blue) = 204+122+1=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A01 is #3385FE. Grayscale: #858585. Windows color (decimal): -3376639 or 96972. OLE color: 96972.
HSL color Cylindrical-coordinate representation of color #CC7A01: hue angle of 35.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7A01 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.2 |
| HSL | 35.76º | 0.99% | 0.4% | - |
| HSV(B) | 35.76º | 1% | 0.8% | - |
| XYZ | 31.87 | 26.76 | 3.51 | - |
| YUV | 132.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 1 | 0 | 0.40 | 1.00 | 0.2 | 35.76 | 0.99 | 0.4 |
| Hex | CC | 7A | 1 | 0 | 28 | 64 | 14 | 24 | 63 | 28 |
| Octal | 314 | 172 | 1 | 0 | 50 | 144 | 24 | 44 | 143 | 50 |
| Binary | 11001100 | 1111010 | 1 | 0 | 101000 | 1100100 | 10100 | 100100 | 1100011 | 101000 |
Color Harmonies of #CC7A01
Complementary color
Monochromatic Colors of #CC7A01
Black with #CC7A01
Text Example
Text Example
White with #CC7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A01; }
p { color: rgb(204,122,1); }
H1.HeaderClassName
{
color: #CC7A01;
}
.AnyTagClassName
{
color: #CC7A01;
}
</style>
background-color css
<style>
a { background-color: #CC7A01; }
a { background-color: rgb(204,122,1); }
div.DivClassName
{
background-color: #CC7A01;
}
.BgClassName
{
background-color: #CC7A01;
}
</style>
border-color css
<style>
span { border-color: #CC7A01; }
span { border-color: rgb(204,122,1); }
td.TdClassName
{
border-color: #CC7A01;
}
.TagClassName
{
border-color: #CC7A01;
}
</style>