Shades of Dark Goldenrod #CC8304
Tints of Dark Goldenrod #CC8304
RGB
CMYK
RGB Variations
Color information
#CC8304 (or 0xCC8304) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 04. RGB value is (204,131,4). Sum of RGB (Red+Green+Blue) = 204+131+4=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8304 is #337CFB. Grayscale: #8A8A8A. Windows color (decimal): -3374332 or 295884. OLE color: 295884.
HSL color Cylindrical-coordinate representation of color #CC8304: hue angle of 38.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC8304 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.2 |
| HSL | 38.1º | 0.96% | 0.41% | - |
| HSV(B) | 38.1º | 0.98% | 0.8% | - |
| XYZ | 33.04 | 29.08 | 3.99 | - |
| YUV | 138.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 4 | 0 | 0.36 | 0.98 | 0.2 | 38.1 | 0.96 | 0.41 |
| Hex | CC | 83 | 4 | 0 | 24 | 62 | 14 | 26 | 60 | 29 |
| Octal | 314 | 203 | 4 | 0 | 44 | 142 | 24 | 46 | 140 | 51 |
| Binary | 11001100 | 10000011 | 100 | 0 | 100100 | 1100010 | 10100 | 100110 | 1100000 | 101001 |
Color Harmonies of #CC8304
Complementary color
Monochromatic Colors of #CC8304
Black with #CC8304
Text Example
Text Example
White with #CC8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8304; }
p { color: rgb(204,131,4); }
H1.HeaderClassName
{
color: #CC8304;
}
.AnyTagClassName
{
color: #CC8304;
}
</style>
background-color css
<style>
a { background-color: #CC8304; }
a { background-color: rgb(204,131,4); }
div.DivClassName
{
background-color: #CC8304;
}
.BgClassName
{
background-color: #CC8304;
}
</style>
border-color css
<style>
span { border-color: #CC8304; }
span { border-color: rgb(204,131,4); }
td.TdClassName
{
border-color: #CC8304;
}
.TagClassName
{
border-color: #CC8304;
}
</style>