Shades of Wattle #CCC830
Tints of Wattle #CCC830
RGB
CMYK
RGB Variations
Color information
#CCC830 (or 0xCCC830) is known color: Wattle. HEX triplet: CC, C8 and 30. RGB value is (204,200,48). Sum of RGB (Red+Green+Blue) = 204+200+48=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC830 is #3337CF. Grayscale: #B8B8B8. Windows color (decimal): -3356624 or 3197132. OLE color: 3197132.
HSL color Cylindrical-coordinate representation of color #CCC830: hue angle of 58.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC830 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 48 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.2 |
| HSL | 58.46º | 0.62% | 0.49% | - |
| HSV(B) | 58.46º | 0.76% | 0.8% | - |
| XYZ | 46.09 | 54.36 | 10.86 | - |
| YUV | 183.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 48 | 0 | 0.02 | 0.76 | 0.2 | 58.46 | 0.62 | 0.49 |
| Hex | CC | C8 | 30 | 0 | 2 | 4C | 14 | 3A | 3E | 31 |
| Octal | 314 | 310 | 60 | 0 | 2 | 114 | 24 | 72 | 76 | 61 |
| Binary | 11001100 | 11001000 | 110000 | 0 | 10 | 1001100 | 10100 | 111010 | 111110 | 110001 |
Color Harmonies of #CCC830
Complementary color
Monochromatic Colors of #CCC830
Black with #CCC830
Text Example
Text Example
White with #CCC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC830; }
p { color: rgb(204,200,48); }
H1.HeaderClassName
{
color: #CCC830;
}
.AnyTagClassName
{
color: #CCC830;
}
</style>
background-color css
<style>
a { background-color: #CCC830; }
a { background-color: rgb(204,200,48); }
div.DivClassName
{
background-color: #CCC830;
}
.BgClassName
{
background-color: #CCC830;
}
</style>
border-color css
<style>
span { border-color: #CCC830; }
span { border-color: rgb(204,200,48); }
td.TdClassName
{
border-color: #CCC830;
}
.TagClassName
{
border-color: #CCC830;
}
</style>