Shades of Dark Goldenrod #CC8103
Tints of Dark Goldenrod #CC8103
RGB
CMYK
RGB Variations
Color information
#CC8103 (or 0xCC8103) is known color: Dark Goldenrod. HEX triplet: CC, 81 and 03. RGB value is (204,129,3). Sum of RGB (Red+Green+Blue) = 204+129+3=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8103 is #337EFC. Grayscale: #898989. Windows color (decimal): -3374845 or 229836. OLE color: 229836.
HSL color Cylindrical-coordinate representation of color #CC8103: hue angle of 37.61º 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 #CC8103 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.2 |
| HSL | 37.61º | 0.97% | 0.41% | - |
| HSV(B) | 37.61º | 0.99% | 0.8% | - |
| XYZ | 32.77 | 28.54 | 3.87 | - |
| YUV | 137.06 | 52.35 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 3 | 0 | 0.37 | 0.99 | 0.2 | 37.61 | 0.97 | 0.41 |
| Hex | CC | 81 | 3 | 0 | 25 | 63 | 14 | 26 | 61 | 29 |
| Octal | 314 | 201 | 3 | 0 | 45 | 143 | 24 | 46 | 141 | 51 |
| Binary | 11001100 | 10000001 | 11 | 0 | 100101 | 1100011 | 10100 | 100110 | 1100001 | 101001 |
Color Harmonies of #CC8103
Complementary color
Monochromatic Colors of #CC8103
Black with #CC8103
Text Example
Text Example
White with #CC8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8103; }
p { color: rgb(204,129,3); }
H1.HeaderClassName
{
color: #CC8103;
}
.AnyTagClassName
{
color: #CC8103;
}
</style>
background-color css
<style>
a { background-color: #CC8103; }
a { background-color: rgb(204,129,3); }
div.DivClassName
{
background-color: #CC8103;
}
.BgClassName
{
background-color: #CC8103;
}
</style>
border-color css
<style>
span { border-color: #CC8103; }
span { border-color: rgb(204,129,3); }
td.TdClassName
{
border-color: #CC8103;
}
.TagClassName
{
border-color: #CC8103;
}
</style>