Shades of Dark Goldenrod #CC8400
Tints of Dark Goldenrod #CC8400
RGB
CMYK
RGB Variations
Color information
#CC8400 (or 0xCC8400) is known color: Dark Goldenrod. HEX triplet: CC, 84 and 00. RGB value is (204,132,0). Sum of RGB (Red+Green+Blue) = 204+132+0=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8400 is #337BFF. Grayscale: #8B8B8B. Windows color (decimal): -3374080 or 33996. OLE color: 33996.
HSL color Cylindrical-coordinate representation of color #CC8400: hue angle of 38.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC8400 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.2 |
| HSL | 38.82º | 1% | 0.4% | - |
| HSV(B) | 38.82º | 1% | 0.8% | - |
| XYZ | 33.15 | 29.34 | 3.92 | - |
| YUV | 138.48 | 49.85 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 0 | 0 | 0.35 | 1 | 0.2 | 38.82 | 1 | 0.4 |
| Hex | CC | 84 | 0 | 0 | 23 | 64 | 14 | 27 | 64 | 28 |
| Octal | 314 | 204 | 0 | 0 | 43 | 144 | 24 | 47 | 144 | 50 |
| Binary | 11001100 | 10000100 | 0 | 0 | 100011 | 1100100 | 10100 | 100111 | 1100100 | 101000 |
Color Harmonies of #CC8400
Complementary color
Monochromatic Colors of #CC8400
Black with #CC8400
Text Example
Text Example
White with #CC8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8400; }
p { color: rgb(204,132,0); }
H1.HeaderClassName
{
color: #CC8400;
}
.AnyTagClassName
{
color: #CC8400;
}
</style>
background-color css
<style>
a { background-color: #CC8400; }
a { background-color: rgb(204,132,0); }
div.DivClassName
{
background-color: #CC8400;
}
.BgClassName
{
background-color: #CC8400;
}
</style>
border-color css
<style>
span { border-color: #CC8400; }
span { border-color: rgb(204,132,0); }
td.TdClassName
{
border-color: #CC8400;
}
.TagClassName
{
border-color: #CC8400;
}
</style>