Shades of Wattle #CCC23C
Tints of Wattle #CCC23C
RGB
CMYK
RGB Variations
Color information
#CCC23C (or 0xCCC23C) is known color: Wattle. HEX triplet: CC, C2 and 3C. RGB value is (204,194,60). Sum of RGB (Red+Green+Blue) = 204+194+60=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC23C is #333DC3. Grayscale: #B6B6B6. Windows color (decimal): -3358148 or 3982028. OLE color: 3982028.
HSL color Cylindrical-coordinate representation of color #CCC23C: hue angle of 55.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC23C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.2 |
| HSL | 55.83º | 0.59% | 0.52% | - |
| HSV(B) | 55.83º | 0.71% | 0.8% | - |
| XYZ | 45.01 | 51.75 | 11.89 | - |
| YUV | 181.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 60 | 0 | 0.05 | 0.71 | 0.2 | 55.83 | 0.59 | 0.52 |
| Hex | CC | C2 | 3C | 0 | 5 | 47 | 14 | 38 | 3B | 34 |
| Octal | 314 | 302 | 74 | 0 | 5 | 107 | 24 | 70 | 73 | 64 |
| Binary | 11001100 | 11000010 | 111100 | 0 | 101 | 1000111 | 10100 | 111000 | 111011 | 110100 |
Color Harmonies of #CCC23C
Complementary color
Monochromatic Colors of #CCC23C
Black with #CCC23C
Text Example
Text Example
White with #CCC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC23C; }
p { color: rgb(204,194,60); }
H1.HeaderClassName
{
color: #CCC23C;
}
.AnyTagClassName
{
color: #CCC23C;
}
</style>
background-color css
<style>
a { background-color: #CCC23C; }
a { background-color: rgb(204,194,60); }
div.DivClassName
{
background-color: #CCC23C;
}
.BgClassName
{
background-color: #CCC23C;
}
</style>
border-color css
<style>
span { border-color: #CCC23C; }
span { border-color: rgb(204,194,60); }
td.TdClassName
{
border-color: #CCC23C;
}
.TagClassName
{
border-color: #CCC23C;
}
</style>