Shades of Wattle #CEC941
Tints of Wattle #CEC941
RGB
CMYK
RGB Variations
Color information
#CEC941 (or 0xCEC941) is known color: Wattle. HEX triplet: CE, C9 and 41. RGB value is (206,201,65). Sum of RGB (Red+Green+Blue) = 206+201+65=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC941 is #3136BE. Grayscale: #BBBBBB. Windows color (decimal): -3225279 or 4311502. OLE color: 4311502.
HSL color Cylindrical-coordinate representation of color #CEC941: hue angle of 57.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC941 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 65 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.19 |
| HSL | 57.87º | 0.59% | 0.53% | - |
| HSV(B) | 57.87º | 0.68% | 0.81% | - |
| XYZ | 47.29 | 55.28 | 13.18 | - |
| YUV | 186.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 65 | 0 | 0.02 | 0.68 | 0.19 | 57.87 | 0.59 | 0.53 |
| Hex | CE | C9 | 41 | 0 | 2 | 44 | 13 | 3A | 3B | 35 |
| Octal | 316 | 311 | 101 | 0 | 2 | 104 | 23 | 72 | 73 | 65 |
| Binary | 11001110 | 11001001 | 1000001 | 0 | 10 | 1000100 | 10011 | 111010 | 111011 | 110101 |
Color Harmonies of #CEC941
Complementary color
Monochromatic Colors of #CEC941
Black with #CEC941
Text Example
Text Example
White with #CEC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC941; }
p { color: rgb(206,201,65); }
H1.HeaderClassName
{
color: #CEC941;
}
.AnyTagClassName
{
color: #CEC941;
}
</style>
background-color css
<style>
a { background-color: #CEC941; }
a { background-color: rgb(206,201,65); }
div.DivClassName
{
background-color: #CEC941;
}
.BgClassName
{
background-color: #CEC941;
}
</style>
border-color css
<style>
span { border-color: #CEC941; }
span { border-color: rgb(206,201,65); }
td.TdClassName
{
border-color: #CEC941;
}
.TagClassName
{
border-color: #CEC941;
}
</style>