Shades of Wattle #CEC535
Tints of Wattle #CEC535
RGB
CMYK
RGB Variations
Color information
#CEC535 (or 0xCEC535) is known color: Wattle. HEX triplet: CE, C5 and 35. RGB value is (206,197,53). Sum of RGB (Red+Green+Blue) = 206+197+53=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC535 is #313ACA. Grayscale: #B7B7B7. Windows color (decimal): -3226315 or 3524046. OLE color: 3524046.
HSL color Cylindrical-coordinate representation of color #CEC535: hue angle of 56.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEC535 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 53 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.19 |
| HSL | 56.47º | 0.61% | 0.51% | - |
| HSV(B) | 56.47º | 0.74% | 0.81% | - |
| XYZ | 46.06 | 53.31 | 11.23 | - |
| YUV | 183.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 53 | 0 | 0.04 | 0.74 | 0.19 | 56.47 | 0.61 | 0.51 |
| Hex | CE | C5 | 35 | 0 | 4 | 4A | 13 | 38 | 3D | 33 |
| Octal | 316 | 305 | 65 | 0 | 4 | 112 | 23 | 70 | 75 | 63 |
| Binary | 11001110 | 11000101 | 110101 | 0 | 100 | 1001010 | 10011 | 111000 | 111101 | 110011 |
Color Harmonies of #CEC535
Complementary color
Monochromatic Colors of #CEC535
Black with #CEC535
Text Example
Text Example
White with #CEC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC535; }
p { color: rgb(206,197,53); }
H1.HeaderClassName
{
color: #CEC535;
}
.AnyTagClassName
{
color: #CEC535;
}
</style>
background-color css
<style>
a { background-color: #CEC535; }
a { background-color: rgb(206,197,53); }
div.DivClassName
{
background-color: #CEC535;
}
.BgClassName
{
background-color: #CEC535;
}
</style>
border-color css
<style>
span { border-color: #CEC535; }
span { border-color: rgb(206,197,53); }
td.TdClassName
{
border-color: #CEC535;
}
.TagClassName
{
border-color: #CEC535;
}
</style>