Shades of Wattle #CEC135
Tints of Wattle #CEC135
RGB
CMYK
RGB Variations
Color information
#CEC135 (or 0xCEC135) is known color: Wattle. HEX triplet: CE, C1 and 35. RGB value is (206,193,53). Sum of RGB (Red+Green+Blue) = 206+193+53=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC135 is #313ECA. Grayscale: #B5B5B5. Windows color (decimal): -3227339 or 3523022. OLE color: 3523022.
HSL color Cylindrical-coordinate representation of color #CEC135: hue angle of 54.9º 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 #CEC135 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 53 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.19 |
| HSL | 54.9º | 0.61% | 0.51% | - |
| HSV(B) | 54.9º | 0.74% | 0.81% | - |
| XYZ | 45.17 | 51.52 | 10.93 | - |
| YUV | 180.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 53 | 0 | 0.06 | 0.74 | 0.19 | 54.9 | 0.61 | 0.51 |
| Hex | CE | C1 | 35 | 0 | 6 | 4A | 13 | 37 | 3D | 33 |
| Octal | 316 | 301 | 65 | 0 | 6 | 112 | 23 | 67 | 75 | 63 |
| Binary | 11001110 | 11000001 | 110101 | 0 | 110 | 1001010 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CEC135
Complementary color
Monochromatic Colors of #CEC135
Black with #CEC135
Text Example
Text Example
White with #CEC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC135; }
p { color: rgb(206,193,53); }
H1.HeaderClassName
{
color: #CEC135;
}
.AnyTagClassName
{
color: #CEC135;
}
</style>
background-color css
<style>
a { background-color: #CEC135; }
a { background-color: rgb(206,193,53); }
div.DivClassName
{
background-color: #CEC135;
}
.BgClassName
{
background-color: #CEC135;
}
</style>
border-color css
<style>
span { border-color: #CEC135; }
span { border-color: rgb(206,193,53); }
td.TdClassName
{
border-color: #CEC135;
}
.TagClassName
{
border-color: #CEC135;
}
</style>