Shades of Dark Goldenrod #CC8303
Tints of Dark Goldenrod #CC8303
RGB
CMYK
RGB Variations
Color information
#CC8303 (or 0xCC8303) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 03. RGB value is (204,131,3). Sum of RGB (Red+Green+Blue) = 204+131+3=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8303 is #337CFC. Grayscale: #8A8A8A. Windows color (decimal): -3374333 or 230348. OLE color: 230348.
HSL color Cylindrical-coordinate representation of color #CC8303: hue angle of 38.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC8303 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.2 |
| HSL | 38.21º | 0.97% | 0.41% | - |
| HSV(B) | 38.21º | 0.99% | 0.8% | - |
| XYZ | 33.03 | 29.08 | 3.96 | - |
| YUV | 138.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 3 | 0 | 0.36 | 0.99 | 0.2 | 38.21 | 0.97 | 0.41 |
| Hex | CC | 83 | 3 | 0 | 24 | 63 | 14 | 26 | 61 | 29 |
| Octal | 314 | 203 | 3 | 0 | 44 | 143 | 24 | 46 | 141 | 51 |
| Binary | 11001100 | 10000011 | 11 | 0 | 100100 | 1100011 | 10100 | 100110 | 1100001 | 101001 |
Color Harmonies of #CC8303
Complementary color
Monochromatic Colors of #CC8303
Black with #CC8303
Text Example
Text Example
White with #CC8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8303; }
p { color: rgb(204,131,3); }
H1.HeaderClassName
{
color: #CC8303;
}
.AnyTagClassName
{
color: #CC8303;
}
</style>
background-color css
<style>
a { background-color: #CC8303; }
a { background-color: rgb(204,131,3); }
div.DivClassName
{
background-color: #CC8303;
}
.BgClassName
{
background-color: #CC8303;
}
</style>
border-color css
<style>
span { border-color: #CC8303; }
span { border-color: rgb(204,131,3); }
td.TdClassName
{
border-color: #CC8303;
}
.TagClassName
{
border-color: #CC8303;
}
</style>