Shades of Dark Goldenrod #CC8401
Tints of Dark Goldenrod #CC8401
RGB
CMYK
RGB Variations
Color information
#CC8401 (or 0xCC8401) is known color: Dark Goldenrod. HEX triplet: CC, 84 and 01. RGB value is (204,132,1). Sum of RGB (Red+Green+Blue) = 204+132+1=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8401 is #337BFE. Grayscale: #8B8B8B. Windows color (decimal): -3374079 or 99532. OLE color: 99532.
HSL color Cylindrical-coordinate representation of color #CC8401: hue angle of 38.72º 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 #CC8401 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.2 |
| HSL | 38.72º | 0.99% | 0.4% | - |
| HSV(B) | 38.72º | 1% | 0.8% | - |
| XYZ | 33.16 | 29.34 | 3.94 | - |
| YUV | 138.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 1 | 0 | 0.35 | 1.00 | 0.2 | 38.72 | 0.99 | 0.4 |
| Hex | CC | 84 | 1 | 0 | 23 | 64 | 14 | 27 | 63 | 28 |
| Octal | 314 | 204 | 1 | 0 | 43 | 144 | 24 | 47 | 143 | 50 |
| Binary | 11001100 | 10000100 | 1 | 0 | 100011 | 1100100 | 10100 | 100111 | 1100011 | 101000 |
Color Harmonies of #CC8401
Complementary color
Monochromatic Colors of #CC8401
Black with #CC8401
Text Example
Text Example
White with #CC8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8401; }
p { color: rgb(204,132,1); }
H1.HeaderClassName
{
color: #CC8401;
}
.AnyTagClassName
{
color: #CC8401;
}
</style>
background-color css
<style>
a { background-color: #CC8401; }
a { background-color: rgb(204,132,1); }
div.DivClassName
{
background-color: #CC8401;
}
.BgClassName
{
background-color: #CC8401;
}
</style>
border-color css
<style>
span { border-color: #CC8401; }
span { border-color: rgb(204,132,1); }
td.TdClassName
{
border-color: #CC8401;
}
.TagClassName
{
border-color: #CC8401;
}
</style>