Shades of Wattle #CCC838
Tints of Wattle #CCC838
RGB
CMYK
RGB Variations
Color information
#CCC838 (or 0xCCC838) is known color: Wattle. HEX triplet: CC, C8 and 38. RGB value is (204,200,56). Sum of RGB (Red+Green+Blue) = 204+200+56=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC838 is #3337C7. Grayscale: #B9B9B9. Windows color (decimal): -3356616 or 3721420. OLE color: 3721420.
HSL color Cylindrical-coordinate representation of color #CCC838: hue angle of 58.38º 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 #CCC838 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 56 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.2 |
| HSL | 58.38º | 0.59% | 0.51% | - |
| HSV(B) | 58.38º | 0.73% | 0.8% | - |
| XYZ | 46.27 | 54.43 | 11.81 | - |
| YUV | 184.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 56 | 0 | 0.02 | 0.73 | 0.2 | 58.38 | 0.59 | 0.51 |
| Hex | CC | C8 | 38 | 0 | 2 | 49 | 14 | 3A | 3B | 33 |
| Octal | 314 | 310 | 70 | 0 | 2 | 111 | 24 | 72 | 73 | 63 |
| Binary | 11001100 | 11001000 | 111000 | 0 | 10 | 1001001 | 10100 | 111010 | 111011 | 110011 |
Color Harmonies of #CCC838
Complementary color
Monochromatic Colors of #CCC838
Black with #CCC838
Text Example
Text Example
White with #CCC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC838; }
p { color: rgb(204,200,56); }
H1.HeaderClassName
{
color: #CCC838;
}
.AnyTagClassName
{
color: #CCC838;
}
</style>
background-color css
<style>
a { background-color: #CCC838; }
a { background-color: rgb(204,200,56); }
div.DivClassName
{
background-color: #CCC838;
}
.BgClassName
{
background-color: #CCC838;
}
</style>
border-color css
<style>
span { border-color: #CCC838; }
span { border-color: rgb(204,200,56); }
td.TdClassName
{
border-color: #CCC838;
}
.TagClassName
{
border-color: #CCC838;
}
</style>