Shades of Wattle #CEC343
Tints of Wattle #CEC343
RGB
CMYK
RGB Variations
Color information
#CEC343 (or 0xCEC343) is known color: Wattle. HEX triplet: CE, C3 and 43. RGB value is (206,195,67). Sum of RGB (Red+Green+Blue) = 206+195+67=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC343 is #313CBC. Grayscale: #B8B8B8. Windows color (decimal): -3226813 or 4441038. OLE color: 4441038.
HSL color Cylindrical-coordinate representation of color #CEC343: hue angle of 55.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC343 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 67 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.19 |
| HSL | 55.25º | 0.59% | 0.54% | - |
| HSV(B) | 55.25º | 0.67% | 0.81% | - |
| XYZ | 45.98 | 52.56 | 13.03 | - |
| YUV | 183.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 67 | 0 | 0.05 | 0.67 | 0.19 | 55.25 | 0.59 | 0.54 |
| Hex | CE | C3 | 43 | 0 | 5 | 43 | 13 | 37 | 3B | 36 |
| Octal | 316 | 303 | 103 | 0 | 5 | 103 | 23 | 67 | 73 | 66 |
| Binary | 11001110 | 11000011 | 1000011 | 0 | 101 | 1000011 | 10011 | 110111 | 111011 | 110110 |
Color Harmonies of #CEC343
Complementary color
Monochromatic Colors of #CEC343
Black with #CEC343
Text Example
Text Example
White with #CEC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC343; }
p { color: rgb(206,195,67); }
H1.HeaderClassName
{
color: #CEC343;
}
.AnyTagClassName
{
color: #CEC343;
}
</style>
background-color css
<style>
a { background-color: #CEC343; }
a { background-color: rgb(206,195,67); }
div.DivClassName
{
background-color: #CEC343;
}
.BgClassName
{
background-color: #CEC343;
}
</style>
border-color css
<style>
span { border-color: #CEC343; }
span { border-color: rgb(206,195,67); }
td.TdClassName
{
border-color: #CEC343;
}
.TagClassName
{
border-color: #CEC343;
}
</style>