Shades of Wattle #CCC138
Tints of Wattle #CCC138
RGB
CMYK
RGB Variations
Color information
#CCC138 (or 0xCCC138) is known color: Wattle. HEX triplet: CC, C1 and 38. RGB value is (204,193,56). Sum of RGB (Red+Green+Blue) = 204+193+56=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC138 is #333EC7. Grayscale: #B5B5B5. Windows color (decimal): -3358408 or 3719628. OLE color: 3719628.
HSL color Cylindrical-coordinate representation of color #CCC138: hue angle of 55.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC138 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 56 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.2 |
| HSL | 55.54º | 0.59% | 0.51% | - |
| HSV(B) | 55.54º | 0.73% | 0.8% | - |
| XYZ | 44.69 | 51.26 | 11.28 | - |
| YUV | 180.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 56 | 0 | 0.05 | 0.73 | 0.2 | 55.54 | 0.59 | 0.51 |
| Hex | CC | C1 | 38 | 0 | 5 | 49 | 14 | 38 | 3B | 33 |
| Octal | 314 | 301 | 70 | 0 | 5 | 111 | 24 | 70 | 73 | 63 |
| Binary | 11001100 | 11000001 | 111000 | 0 | 101 | 1001001 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CCC138
Complementary color
Monochromatic Colors of #CCC138
Black with #CCC138
Text Example
Text Example
White with #CCC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC138; }
p { color: rgb(204,193,56); }
H1.HeaderClassName
{
color: #CCC138;
}
.AnyTagClassName
{
color: #CCC138;
}
</style>
background-color css
<style>
a { background-color: #CCC138; }
a { background-color: rgb(204,193,56); }
div.DivClassName
{
background-color: #CCC138;
}
.BgClassName
{
background-color: #CCC138;
}
</style>
border-color css
<style>
span { border-color: #CCC138; }
span { border-color: rgb(204,193,56); }
td.TdClassName
{
border-color: #CCC138;
}
.TagClassName
{
border-color: #CCC138;
}
</style>