Shades of Wattle #CCC231
Tints of Wattle #CCC231
RGB
CMYK
RGB Variations
Color information
#CCC231 (or 0xCCC231) is known color: Wattle. HEX triplet: CC, C2 and 31. RGB value is (204,194,49). Sum of RGB (Red+Green+Blue) = 204+194+49=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC231 is #333DCE. Grayscale: #B5B5B5. Windows color (decimal): -3358159 or 3261132. OLE color: 3261132.
HSL color Cylindrical-coordinate representation of color #CCC231: hue angle of 56.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC231 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 49 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.2 |
| HSL | 56.13º | 0.61% | 0.5% | - |
| HSV(B) | 56.13º | 0.76% | 0.8% | - |
| XYZ | 44.75 | 51.64 | 10.52 | - |
| YUV | 180.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 49 | 0 | 0.05 | 0.76 | 0.2 | 56.13 | 0.61 | 0.5 |
| Hex | CC | C2 | 31 | 0 | 5 | 4C | 14 | 38 | 3D | 32 |
| Octal | 314 | 302 | 61 | 0 | 5 | 114 | 24 | 70 | 75 | 62 |
| Binary | 11001100 | 11000010 | 110001 | 0 | 101 | 1001100 | 10100 | 111000 | 111101 | 110010 |
Color Harmonies of #CCC231
Complementary color
Monochromatic Colors of #CCC231
Black with #CCC231
Text Example
Text Example
White with #CCC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC231; }
p { color: rgb(204,194,49); }
H1.HeaderClassName
{
color: #CCC231;
}
.AnyTagClassName
{
color: #CCC231;
}
</style>
background-color css
<style>
a { background-color: #CCC231; }
a { background-color: rgb(204,194,49); }
div.DivClassName
{
background-color: #CCC231;
}
.BgClassName
{
background-color: #CCC231;
}
</style>
border-color css
<style>
span { border-color: #CCC231; }
span { border-color: rgb(204,194,49); }
td.TdClassName
{
border-color: #CCC231;
}
.TagClassName
{
border-color: #CCC231;
}
</style>