Shades of Wattle #CCC930
Tints of Wattle #CCC930
RGB
CMYK
RGB Variations
Color information
#CCC930 (or 0xCCC930) is known color: Wattle. HEX triplet: CC, C9 and 30. RGB value is (204,201,48). Sum of RGB (Red+Green+Blue) = 204+201+48=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC930 is #3336CF. Grayscale: #B9B9B9. Windows color (decimal): -3356368 or 3197388. OLE color: 3197388.
HSL color Cylindrical-coordinate representation of color #CCC930: hue angle of 58.85º 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 #CCC930 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 48 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.2 |
| HSL | 58.85º | 0.62% | 0.49% | - |
| HSV(B) | 58.85º | 0.76% | 0.8% | - |
| XYZ | 46.32 | 54.82 | 10.94 | - |
| YUV | 184.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 48 | 0 | 0.01 | 0.76 | 0.2 | 58.85 | 0.62 | 0.49 |
| Hex | CC | C9 | 30 | 0 | 1 | 4C | 14 | 3B | 3E | 31 |
| Octal | 314 | 311 | 60 | 0 | 1 | 114 | 24 | 73 | 76 | 61 |
| Binary | 11001100 | 11001001 | 110000 | 0 | 1 | 1001100 | 10100 | 111011 | 111110 | 110001 |
Color Harmonies of #CCC930
Complementary color
Monochromatic Colors of #CCC930
Black with #CCC930
Text Example
Text Example
White with #CCC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC930; }
p { color: rgb(204,201,48); }
H1.HeaderClassName
{
color: #CCC930;
}
.AnyTagClassName
{
color: #CCC930;
}
</style>
background-color css
<style>
a { background-color: #CCC930; }
a { background-color: rgb(204,201,48); }
div.DivClassName
{
background-color: #CCC930;
}
.BgClassName
{
background-color: #CCC930;
}
</style>
border-color css
<style>
span { border-color: #CCC930; }
span { border-color: rgb(204,201,48); }
td.TdClassName
{
border-color: #CCC930;
}
.TagClassName
{
border-color: #CCC930;
}
</style>