Shades of Wattle #CCC23E
Tints of Wattle #CCC23E
RGB
CMYK
RGB Variations
Color information
#CCC23E (or 0xCCC23E) is known color: Wattle. HEX triplet: CC, C2 and 3E. RGB value is (204,194,62). Sum of RGB (Red+Green+Blue) = 204+194+62=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC23E is #333DC1. Grayscale: #B6B6B6. Windows color (decimal): -3358146 or 4113100. OLE color: 4113100.
HSL color Cylindrical-coordinate representation of color #CCC23E: hue angle of 55.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC23E is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 62 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.2 |
| HSL | 55.77º | 0.58% | 0.52% | - |
| HSV(B) | 55.77º | 0.7% | 0.8% | - |
| XYZ | 45.06 | 51.77 | 12.17 | - |
| YUV | 181.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 62 | 0 | 0.05 | 0.70 | 0.2 | 55.77 | 0.58 | 0.52 |
| Hex | CC | C2 | 3E | 0 | 5 | 46 | 14 | 38 | 3A | 34 |
| Octal | 314 | 302 | 76 | 0 | 5 | 106 | 24 | 70 | 72 | 64 |
| Binary | 11001100 | 11000010 | 111110 | 0 | 101 | 1000110 | 10100 | 111000 | 111010 | 110100 |
Color Harmonies of #CCC23E
Complementary color
Monochromatic Colors of #CCC23E
Black with #CCC23E
Text Example
Text Example
White with #CCC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC23E; }
p { color: rgb(204,194,62); }
H1.HeaderClassName
{
color: #CCC23E;
}
.AnyTagClassName
{
color: #CCC23E;
}
</style>
background-color css
<style>
a { background-color: #CCC23E; }
a { background-color: rgb(204,194,62); }
div.DivClassName
{
background-color: #CCC23E;
}
.BgClassName
{
background-color: #CCC23E;
}
</style>
border-color css
<style>
span { border-color: #CCC23E; }
span { border-color: rgb(204,194,62); }
td.TdClassName
{
border-color: #CCC23E;
}
.TagClassName
{
border-color: #CCC23E;
}
</style>