Shades of Wattle #CEC337
Tints of Wattle #CEC337
RGB
CMYK
RGB Variations
Color information
#CEC337 (or 0xCEC337) is known color: Wattle. HEX triplet: CE, C3 and 37. RGB value is (206,195,55). Sum of RGB (Red+Green+Blue) = 206+195+55=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC337 is #313CC8. Grayscale: #B6B6B6. Windows color (decimal): -3226825 or 3654606. OLE color: 3654606.
HSL color Cylindrical-coordinate representation of color #CEC337: hue angle of 55.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEC337 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 55 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.19 |
| HSL | 55.63º | 0.61% | 0.51% | - |
| HSV(B) | 55.63º | 0.73% | 0.81% | - |
| XYZ | 45.66 | 52.43 | 11.33 | - |
| YUV | 182.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 55 | 0 | 0.05 | 0.73 | 0.19 | 55.63 | 0.61 | 0.51 |
| Hex | CE | C3 | 37 | 0 | 5 | 49 | 13 | 38 | 3D | 33 |
| Octal | 316 | 303 | 67 | 0 | 5 | 111 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000011 | 110111 | 0 | 101 | 1001001 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC337
Complementary color
Monochromatic Colors of #CEC337
Black with #CEC337
Text Example
Text Example
White with #CEC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC337; }
p { color: rgb(206,195,55); }
H1.HeaderClassName
{
color: #CEC337;
}
.AnyTagClassName
{
color: #CEC337;
}
</style>
background-color css
<style>
a { background-color: #CEC337; }
a { background-color: rgb(206,195,55); }
div.DivClassName
{
background-color: #CEC337;
}
.BgClassName
{
background-color: #CEC337;
}
</style>
border-color css
<style>
span { border-color: #CEC337; }
span { border-color: rgb(206,195,55); }
td.TdClassName
{
border-color: #CEC337;
}
.TagClassName
{
border-color: #CEC337;
}
</style>