Shades of Wattle #CEC333
Tints of Wattle #CEC333
RGB
CMYK
RGB Variations
Color information
#CEC333 (or 0xCEC333) is known color: Wattle. HEX triplet: CE, C3 and 33. RGB value is (206,195,51). Sum of RGB (Red+Green+Blue) = 206+195+51=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC333 is #313CCC. Grayscale: #B6B6B6. Windows color (decimal): -3226829 or 3392462. OLE color: 3392462.
HSL color Cylindrical-coordinate representation of color #CEC333: hue angle of 55.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEC333 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 51 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.19 |
| HSL | 55.74º | 0.61% | 0.5% | - |
| HSV(B) | 55.74º | 0.75% | 0.81% | - |
| XYZ | 45.57 | 52.39 | 10.84 | - |
| YUV | 181.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 51 | 0 | 0.05 | 0.75 | 0.19 | 55.74 | 0.61 | 0.5 |
| Hex | CE | C3 | 33 | 0 | 5 | 4B | 13 | 38 | 3D | 32 |
| Octal | 316 | 303 | 63 | 0 | 5 | 113 | 23 | 70 | 75 | 62 |
| Binary | 11001110 | 11000011 | 110011 | 0 | 101 | 1001011 | 10011 | 111000 | 111101 | 110010 |
Color Harmonies of #CEC333
Complementary color
Monochromatic Colors of #CEC333
Black with #CEC333
Text Example
Text Example
White with #CEC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC333; }
p { color: rgb(206,195,51); }
H1.HeaderClassName
{
color: #CEC333;
}
.AnyTagClassName
{
color: #CEC333;
}
</style>
background-color css
<style>
a { background-color: #CEC333; }
a { background-color: rgb(206,195,51); }
div.DivClassName
{
background-color: #CEC333;
}
.BgClassName
{
background-color: #CEC333;
}
</style>
border-color css
<style>
span { border-color: #CEC333; }
span { border-color: rgb(206,195,51); }
td.TdClassName
{
border-color: #CEC333;
}
.TagClassName
{
border-color: #CEC333;
}
</style>