Shades of Wattle #CCC938
Tints of Wattle #CCC938
RGB
CMYK
RGB Variations
Color information
#CCC938 (or 0xCCC938) is known color: Wattle. HEX triplet: CC, C9 and 38. RGB value is (204,201,56). Sum of RGB (Red+Green+Blue) = 204+201+56=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC938 is #3336C7. Grayscale: #B9B9B9. Windows color (decimal): -3356360 or 3721676. OLE color: 3721676.
HSL color Cylindrical-coordinate representation of color #CCC938: hue angle of 58.78º 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 #CCC938 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 56 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.2 |
| HSL | 58.78º | 0.59% | 0.51% | - |
| HSV(B) | 58.78º | 0.73% | 0.8% | - |
| XYZ | 46.5 | 54.9 | 11.89 | - |
| YUV | 185.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 56 | 0 | 0.01 | 0.73 | 0.2 | 58.78 | 0.59 | 0.51 |
| Hex | CC | C9 | 38 | 0 | 1 | 49 | 14 | 3B | 3B | 33 |
| Octal | 314 | 311 | 70 | 0 | 1 | 111 | 24 | 73 | 73 | 63 |
| Binary | 11001100 | 11001001 | 111000 | 0 | 1 | 1001001 | 10100 | 111011 | 111011 | 110011 |
Color Harmonies of #CCC938
Complementary color
Monochromatic Colors of #CCC938
Black with #CCC938
Text Example
Text Example
White with #CCC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC938; }
p { color: rgb(204,201,56); }
H1.HeaderClassName
{
color: #CCC938;
}
.AnyTagClassName
{
color: #CCC938;
}
</style>
background-color css
<style>
a { background-color: #CCC938; }
a { background-color: rgb(204,201,56); }
div.DivClassName
{
background-color: #CCC938;
}
.BgClassName
{
background-color: #CCC938;
}
</style>
border-color css
<style>
span { border-color: #CCC938; }
span { border-color: rgb(204,201,56); }
td.TdClassName
{
border-color: #CCC938;
}
.TagClassName
{
border-color: #CCC938;
}
</style>