Shades of Wattle #CCC83A
Tints of Wattle #CCC83A
RGB
CMYK
RGB Variations
Color information
#CCC83A (or 0xCCC83A) is known color: Wattle. HEX triplet: CC, C8 and 3A. RGB value is (204,200,58). Sum of RGB (Red+Green+Blue) = 204+200+58=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC83A is #3337C5. Grayscale: #B9B9B9. Windows color (decimal): -3356614 or 3852492. OLE color: 3852492.
HSL color Cylindrical-coordinate representation of color #CCC83A: hue angle of 58.36º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCC83A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 58 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.2 |
| HSL | 58.36º | 0.59% | 0.51% | - |
| HSV(B) | 58.36º | 0.72% | 0.8% | - |
| XYZ | 46.32 | 54.45 | 12.07 | - |
| YUV | 185.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 58 | 0 | 0.02 | 0.72 | 0.2 | 58.36 | 0.59 | 0.51 |
| Hex | CC | C8 | 3A | 0 | 2 | 48 | 14 | 3A | 3B | 33 |
| Octal | 314 | 310 | 72 | 0 | 2 | 110 | 24 | 72 | 73 | 63 |
| Binary | 11001100 | 11001000 | 111010 | 0 | 10 | 1001000 | 10100 | 111010 | 111011 | 110011 |
Color Harmonies of #CCC83A
Complementary color
Monochromatic Colors of #CCC83A
Black with #CCC83A
Text Example
Text Example
White with #CCC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC83A; }
p { color: rgb(204,200,58); }
H1.HeaderClassName
{
color: #CCC83A;
}
.AnyTagClassName
{
color: #CCC83A;
}
</style>
background-color css
<style>
a { background-color: #CCC83A; }
a { background-color: rgb(204,200,58); }
div.DivClassName
{
background-color: #CCC83A;
}
.BgClassName
{
background-color: #CCC83A;
}
</style>
border-color css
<style>
span { border-color: #CCC83A; }
span { border-color: rgb(204,200,58); }
td.TdClassName
{
border-color: #CCC83A;
}
.TagClassName
{
border-color: #CCC83A;
}
</style>