Shades of Wattle #CEC342
Tints of Wattle #CEC342
RGB
CMYK
RGB Variations
Color information
#CEC342 (or 0xCEC342) is known color: Wattle. HEX triplet: CE, C3 and 42. RGB value is (206,195,66). Sum of RGB (Red+Green+Blue) = 206+195+66=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC342 is #313CBD. Grayscale: #B8B8B8. Windows color (decimal): -3226814 or 4375502. OLE color: 4375502.
HSL color Cylindrical-coordinate representation of color #CEC342: hue angle of 55.29º 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 #CEC342 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 66 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.19 |
| HSL | 55.29º | 0.59% | 0.53% | - |
| HSV(B) | 55.29º | 0.68% | 0.81% | - |
| XYZ | 45.95 | 52.55 | 12.87 | - |
| YUV | 183.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 66 | 0 | 0.05 | 0.68 | 0.19 | 55.29 | 0.59 | 0.53 |
| Hex | CE | C3 | 42 | 0 | 5 | 44 | 13 | 37 | 3B | 35 |
| Octal | 316 | 303 | 102 | 0 | 5 | 104 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000011 | 1000010 | 0 | 101 | 1000100 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC342
Complementary color
Monochromatic Colors of #CEC342
Black with #CEC342
Text Example
Text Example
White with #CEC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC342; }
p { color: rgb(206,195,66); }
H1.HeaderClassName
{
color: #CEC342;
}
.AnyTagClassName
{
color: #CEC342;
}
</style>
background-color css
<style>
a { background-color: #CEC342; }
a { background-color: rgb(206,195,66); }
div.DivClassName
{
background-color: #CEC342;
}
.BgClassName
{
background-color: #CEC342;
}
</style>
border-color css
<style>
span { border-color: #CEC342; }
span { border-color: rgb(206,195,66); }
td.TdClassName
{
border-color: #CEC342;
}
.TagClassName
{
border-color: #CEC342;
}
</style>