Shades of Wattle #CCC338
Tints of Wattle #CCC338
RGB
CMYK
RGB Variations
Color information
#CCC338 (or 0xCCC338) is known color: Wattle. HEX triplet: CC, C3 and 38. RGB value is (204,195,56). Sum of RGB (Red+Green+Blue) = 204+195+56=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC338 is #333CC7. Grayscale: #B6B6B6. Windows color (decimal): -3357896 or 3720140. OLE color: 3720140.
HSL color Cylindrical-coordinate representation of color #CCC338: hue angle of 56.35º 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 #CCC338 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 56 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.2 |
| HSL | 56.35º | 0.59% | 0.51% | - |
| HSV(B) | 56.35º | 0.73% | 0.8% | - |
| XYZ | 45.13 | 52.15 | 11.43 | - |
| YUV | 181.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 56 | 0 | 0.04 | 0.73 | 0.2 | 56.35 | 0.59 | 0.51 |
| Hex | CC | C3 | 38 | 0 | 4 | 49 | 14 | 38 | 3B | 33 |
| Octal | 314 | 303 | 70 | 0 | 4 | 111 | 24 | 70 | 73 | 63 |
| Binary | 11001100 | 11000011 | 111000 | 0 | 100 | 1001001 | 10100 | 111000 | 111011 | 110011 |
Color Harmonies of #CCC338
Complementary color
Monochromatic Colors of #CCC338
Black with #CCC338
Text Example
Text Example
White with #CCC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC338; }
p { color: rgb(204,195,56); }
H1.HeaderClassName
{
color: #CCC338;
}
.AnyTagClassName
{
color: #CCC338;
}
</style>
background-color css
<style>
a { background-color: #CCC338; }
a { background-color: rgb(204,195,56); }
div.DivClassName
{
background-color: #CCC338;
}
.BgClassName
{
background-color: #CCC338;
}
</style>
border-color css
<style>
span { border-color: #CCC338; }
span { border-color: rgb(204,195,56); }
td.TdClassName
{
border-color: #CCC338;
}
.TagClassName
{
border-color: #CCC338;
}
</style>