Shades of Dark Goldenrod #CC8306
Tints of Dark Goldenrod #CC8306
RGB
CMYK
RGB Variations
Color information
#CC8306 (or 0xCC8306) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 06. RGB value is (204,131,6). Sum of RGB (Red+Green+Blue) = 204+131+6=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8306 is #337CF9. Grayscale: #8B8B8B. Windows color (decimal): -3374330 or 426956. OLE color: 426956.
HSL color Cylindrical-coordinate representation of color #CC8306: hue angle of 37.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC8306 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 6 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.2 |
| HSL | 37.88º | 0.94% | 0.41% | - |
| HSV(B) | 37.88º | 0.97% | 0.8% | - |
| XYZ | 33.05 | 29.08 | 4.04 | - |
| YUV | 138.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 6 | 0 | 0.36 | 0.97 | 0.2 | 37.88 | 0.94 | 0.41 |
| Hex | CC | 83 | 6 | 0 | 24 | 61 | 14 | 26 | 5E | 29 |
| Octal | 314 | 203 | 6 | 0 | 44 | 141 | 24 | 46 | 136 | 51 |
| Binary | 11001100 | 10000011 | 110 | 0 | 100100 | 1100001 | 10100 | 100110 | 1011110 | 101001 |
Color Harmonies of #CC8306
Complementary color
Monochromatic Colors of #CC8306
Black with #CC8306
Text Example
Text Example
White with #CC8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8306; }
p { color: rgb(204,131,6); }
H1.HeaderClassName
{
color: #CC8306;
}
.AnyTagClassName
{
color: #CC8306;
}
</style>
background-color css
<style>
a { background-color: #CC8306; }
a { background-color: rgb(204,131,6); }
div.DivClassName
{
background-color: #CC8306;
}
.BgClassName
{
background-color: #CC8306;
}
</style>
border-color css
<style>
span { border-color: #CC8306; }
span { border-color: rgb(204,131,6); }
td.TdClassName
{
border-color: #CC8306;
}
.TagClassName
{
border-color: #CC8306;
}
</style>