Shades of Dark Goldenrod #CC830A
Tints of Dark Goldenrod #CC830A
RGB
CMYK
RGB Variations
Color information
#CC830A (or 0xCC830A) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 0A. RGB value is (204,131,10). Sum of RGB (Red+Green+Blue) = 204+131+10=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC830A is #337CF5. Grayscale: #8B8B8B. Windows color (decimal): -3374326 or 689100. OLE color: 689100.
HSL color Cylindrical-coordinate representation of color #CC830A: hue angle of 37.42º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC830A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.2 |
| HSL | 37.42º | 0.91% | 0.42% | - |
| HSV(B) | 37.42º | 0.95% | 0.8% | - |
| XYZ | 33.07 | 29.09 | 4.16 | - |
| YUV | 139.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 10 | 0 | 0.36 | 0.95 | 0.2 | 37.42 | 0.91 | 0.42 |
| Hex | CC | 83 | A | 0 | 24 | 5F | 14 | 25 | 5B | 2A |
| Octal | 314 | 203 | 12 | 0 | 44 | 137 | 24 | 45 | 133 | 52 |
| Binary | 11001100 | 10000011 | 1010 | 0 | 100100 | 1011111 | 10100 | 100101 | 1011011 | 101010 |
Color Harmonies of #CC830A
Complementary color
Monochromatic Colors of #CC830A
Black with #CC830A
Text Example
Text Example
White with #CC830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC830A; }
p { color: rgb(204,131,10); }
H1.HeaderClassName
{
color: #CC830A;
}
.AnyTagClassName
{
color: #CC830A;
}
</style>
background-color css
<style>
a { background-color: #CC830A; }
a { background-color: rgb(204,131,10); }
div.DivClassName
{
background-color: #CC830A;
}
.BgClassName
{
background-color: #CC830A;
}
</style>
border-color css
<style>
span { border-color: #CC830A; }
span { border-color: rgb(204,131,10); }
td.TdClassName
{
border-color: #CC830A;
}
.TagClassName
{
border-color: #CC830A;
}
</style>