Shades of Wattle #CEC334
Tints of Wattle #CEC334
RGB
CMYK
RGB Variations
Color information
#CEC334 (or 0xCEC334) is known color: Wattle. HEX triplet: CE, C3 and 34. RGB value is (206,195,52). Sum of RGB (Red+Green+Blue) = 206+195+52=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC334 is #313CCB. Grayscale: #B6B6B6. Windows color (decimal): -3226828 or 3457998. OLE color: 3457998.
HSL color Cylindrical-coordinate representation of color #CEC334: hue angle of 55.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEC334 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 52 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.19 |
| HSL | 55.71º | 0.61% | 0.51% | - |
| HSV(B) | 55.71º | 0.75% | 0.81% | - |
| XYZ | 45.59 | 52.4 | 10.96 | - |
| YUV | 181.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 52 | 0 | 0.05 | 0.75 | 0.19 | 55.71 | 0.61 | 0.51 |
| Hex | CE | C3 | 34 | 0 | 5 | 4B | 13 | 38 | 3D | 33 |
| Octal | 316 | 303 | 64 | 0 | 5 | 113 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000011 | 110100 | 0 | 101 | 1001011 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC334
Complementary color
Monochromatic Colors of #CEC334
Black with #CEC334
Text Example
Text Example
White with #CEC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC334; }
p { color: rgb(206,195,52); }
H1.HeaderClassName
{
color: #CEC334;
}
.AnyTagClassName
{
color: #CEC334;
}
</style>
background-color css
<style>
a { background-color: #CEC334; }
a { background-color: rgb(206,195,52); }
div.DivClassName
{
background-color: #CEC334;
}
.BgClassName
{
background-color: #CEC334;
}
</style>
border-color css
<style>
span { border-color: #CEC334; }
span { border-color: rgb(206,195,52); }
td.TdClassName
{
border-color: #CEC334;
}
.TagClassName
{
border-color: #CEC334;
}
</style>