Shades of Dark Goldenrod #CC7C01
Tints of Dark Goldenrod #CC7C01
RGB
CMYK
RGB Variations
Color information
#CC7C01 (or 0xCC7C01) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 01. RGB value is (204,124,1). Sum of RGB (Red+Green+Blue) = 204+124+1=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C01 is #3383FE. Grayscale: #868686. Windows color (decimal): -3376127 or 97484. OLE color: 97484.
HSL color Cylindrical-coordinate representation of color #CC7C01: hue angle of 36.35º 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 #CC7C01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.2 |
| HSL | 36.35º | 0.99% | 0.4% | - |
| HSV(B) | 36.35º | 1% | 0.8% | - |
| XYZ | 32.11 | 27.25 | 3.6 | - |
| YUV | 133.9 | 53 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 1 | 0 | 0.39 | 1.00 | 0.2 | 36.35 | 0.99 | 0.4 |
| Hex | CC | 7C | 1 | 0 | 27 | 64 | 14 | 24 | 63 | 28 |
| Octal | 314 | 174 | 1 | 0 | 47 | 144 | 24 | 44 | 143 | 50 |
| Binary | 11001100 | 1111100 | 1 | 0 | 100111 | 1100100 | 10100 | 100100 | 1100011 | 101000 |
Color Harmonies of #CC7C01
Complementary color
Monochromatic Colors of #CC7C01
Black with #CC7C01
Text Example
Text Example
White with #CC7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C01; }
p { color: rgb(204,124,1); }
H1.HeaderClassName
{
color: #CC7C01;
}
.AnyTagClassName
{
color: #CC7C01;
}
</style>
background-color css
<style>
a { background-color: #CC7C01; }
a { background-color: rgb(204,124,1); }
div.DivClassName
{
background-color: #CC7C01;
}
.BgClassName
{
background-color: #CC7C01;
}
</style>
border-color css
<style>
span { border-color: #CC7C01; }
span { border-color: rgb(204,124,1); }
td.TdClassName
{
border-color: #CC7C01;
}
.TagClassName
{
border-color: #CC7C01;
}
</style>