Shades of Wattle #CEC341
Tints of Wattle #CEC341
RGB
CMYK
RGB Variations
Color information
#CEC341 (or 0xCEC341) is known color: Wattle. HEX triplet: CE, C3 and 41. RGB value is (206,195,65). Sum of RGB (Red+Green+Blue) = 206+195+65=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC341 is #313CBE. Grayscale: #B8B8B8. Windows color (decimal): -3226815 or 4309966. OLE color: 4309966.
HSL color Cylindrical-coordinate representation of color #CEC341: hue angle of 55.32º 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 #CEC341 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 65 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.19 |
| HSL | 55.32º | 0.59% | 0.53% | - |
| HSV(B) | 55.32º | 0.68% | 0.81% | - |
| XYZ | 45.92 | 52.53 | 12.72 | - |
| YUV | 183.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 65 | 0 | 0.05 | 0.68 | 0.19 | 55.32 | 0.59 | 0.53 |
| Hex | CE | C3 | 41 | 0 | 5 | 44 | 13 | 37 | 3B | 35 |
| Octal | 316 | 303 | 101 | 0 | 5 | 104 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000011 | 1000001 | 0 | 101 | 1000100 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC341
Complementary color
Monochromatic Colors of #CEC341
Black with #CEC341
Text Example
Text Example
White with #CEC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC341; }
p { color: rgb(206,195,65); }
H1.HeaderClassName
{
color: #CEC341;
}
.AnyTagClassName
{
color: #CEC341;
}
</style>
background-color css
<style>
a { background-color: #CEC341; }
a { background-color: rgb(206,195,65); }
div.DivClassName
{
background-color: #CEC341;
}
.BgClassName
{
background-color: #CEC341;
}
</style>
border-color css
<style>
span { border-color: #CEC341; }
span { border-color: rgb(206,195,65); }
td.TdClassName
{
border-color: #CEC341;
}
.TagClassName
{
border-color: #CEC341;
}
</style>