Shades of Dark Goldenrod #CC8404
Tints of Dark Goldenrod #CC8404
RGB
CMYK
RGB Variations
Color information
#CC8404 (or 0xCC8404) is known color: Dark Goldenrod. HEX triplet: CC, 84 and 04. RGB value is (204,132,4). Sum of RGB (Red+Green+Blue) = 204+132+4=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8404 is #337BFB. Grayscale: #8B8B8B. Windows color (decimal): -3374076 or 296140. OLE color: 296140.
HSL color Cylindrical-coordinate representation of color #CC8404: hue angle of 38.4º 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 #CC8404 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.2 |
| HSL | 38.4º | 0.96% | 0.41% | - |
| HSV(B) | 38.4º | 0.98% | 0.8% | - |
| XYZ | 33.18 | 29.35 | 4.03 | - |
| YUV | 138.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 4 | 0 | 0.35 | 0.98 | 0.2 | 38.4 | 0.96 | 0.41 |
| Hex | CC | 84 | 4 | 0 | 23 | 62 | 14 | 26 | 60 | 29 |
| Octal | 314 | 204 | 4 | 0 | 43 | 142 | 24 | 46 | 140 | 51 |
| Binary | 11001100 | 10000100 | 100 | 0 | 100011 | 1100010 | 10100 | 100110 | 1100000 | 101001 |
Color Harmonies of #CC8404
Complementary color
Monochromatic Colors of #CC8404
Black with #CC8404
Text Example
Text Example
White with #CC8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8404; }
p { color: rgb(204,132,4); }
H1.HeaderClassName
{
color: #CC8404;
}
.AnyTagClassName
{
color: #CC8404;
}
</style>
background-color css
<style>
a { background-color: #CC8404; }
a { background-color: rgb(204,132,4); }
div.DivClassName
{
background-color: #CC8404;
}
.BgClassName
{
background-color: #CC8404;
}
</style>
border-color css
<style>
span { border-color: #CC8404; }
span { border-color: rgb(204,132,4); }
td.TdClassName
{
border-color: #CC8404;
}
.TagClassName
{
border-color: #CC8404;
}
</style>