Shades of Wattle #CEC33B
Tints of Wattle #CEC33B
RGB
CMYK
RGB Variations
Color information
#CEC33B (or 0xCEC33B) is known color: Wattle. HEX triplet: CE, C3 and 3B. RGB value is (206,195,59). Sum of RGB (Red+Green+Blue) = 206+195+59=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC33B is #313CC4. Grayscale: #B7B7B7. Windows color (decimal): -3226821 or 3916750. OLE color: 3916750.
HSL color Cylindrical-coordinate representation of color #CEC33B: hue angle of 55.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC33B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 59 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.19 |
| HSL | 55.51º | 0.6% | 0.52% | - |
| HSV(B) | 55.51º | 0.71% | 0.81% | - |
| XYZ | 45.76 | 52.47 | 11.85 | - |
| YUV | 182.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 59 | 0 | 0.05 | 0.71 | 0.19 | 55.51 | 0.6 | 0.52 |
| Hex | CE | C3 | 3B | 0 | 5 | 47 | 13 | 38 | 3C | 34 |
| Octal | 316 | 303 | 73 | 0 | 5 | 107 | 23 | 70 | 74 | 64 |
| Binary | 11001110 | 11000011 | 111011 | 0 | 101 | 1000111 | 10011 | 111000 | 111100 | 110100 |
Color Harmonies of #CEC33B
Complementary color
Monochromatic Colors of #CEC33B
Black with #CEC33B
Text Example
Text Example
White with #CEC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC33B; }
p { color: rgb(206,195,59); }
H1.HeaderClassName
{
color: #CEC33B;
}
.AnyTagClassName
{
color: #CEC33B;
}
</style>
background-color css
<style>
a { background-color: #CEC33B; }
a { background-color: rgb(206,195,59); }
div.DivClassName
{
background-color: #CEC33B;
}
.BgClassName
{
background-color: #CEC33B;
}
</style>
border-color css
<style>
span { border-color: #CEC33B; }
span { border-color: rgb(206,195,59); }
td.TdClassName
{
border-color: #CEC33B;
}
.TagClassName
{
border-color: #CEC33B;
}
</style>