Shades of Wattle #CEC635
Tints of Wattle #CEC635
RGB
CMYK
RGB Variations
Color information
#CEC635 (or 0xCEC635) is known color: Wattle. HEX triplet: CE, C6 and 35. RGB value is (206,198,53). Sum of RGB (Red+Green+Blue) = 206+198+53=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC635 is #3139CA. Grayscale: #B8B8B8. Windows color (decimal): -3226059 or 3524302. OLE color: 3524302.
HSL color Cylindrical-coordinate representation of color #CEC635: hue angle of 56.86º 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 #CEC635 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 53 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.19 |
| HSL | 56.86º | 0.61% | 0.51% | - |
| HSV(B) | 56.86º | 0.74% | 0.81% | - |
| XYZ | 46.29 | 53.77 | 11.31 | - |
| YUV | 183.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 53 | 0 | 0.04 | 0.74 | 0.19 | 56.86 | 0.61 | 0.51 |
| Hex | CE | C6 | 35 | 0 | 4 | 4A | 13 | 39 | 3D | 33 |
| Octal | 316 | 306 | 65 | 0 | 4 | 112 | 23 | 71 | 75 | 63 |
| Binary | 11001110 | 11000110 | 110101 | 0 | 100 | 1001010 | 10011 | 111001 | 111101 | 110011 |
Color Harmonies of #CEC635
Complementary color
Monochromatic Colors of #CEC635
Black with #CEC635
Text Example
Text Example
White with #CEC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC635; }
p { color: rgb(206,198,53); }
H1.HeaderClassName
{
color: #CEC635;
}
.AnyTagClassName
{
color: #CEC635;
}
</style>
background-color css
<style>
a { background-color: #CEC635; }
a { background-color: rgb(206,198,53); }
div.DivClassName
{
background-color: #CEC635;
}
.BgClassName
{
background-color: #CEC635;
}
</style>
border-color css
<style>
span { border-color: #CEC635; }
span { border-color: rgb(206,198,53); }
td.TdClassName
{
border-color: #CEC635;
}
.TagClassName
{
border-color: #CEC635;
}
</style>