Shades of Wattle #CEC139
Tints of Wattle #CEC139
RGB
CMYK
RGB Variations
Color information
#CEC139 (or 0xCEC139) is known color: Wattle. HEX triplet: CE, C1 and 39. RGB value is (206,193,57). Sum of RGB (Red+Green+Blue) = 206+193+57=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC139 is #313EC6. Grayscale: #B5B5B5. Windows color (decimal): -3227335 or 3785166. OLE color: 3785166.
HSL color Cylindrical-coordinate representation of color #CEC139: hue angle of 54.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC139 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 57 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.19 |
| HSL | 54.77º | 0.6% | 0.52% | - |
| HSV(B) | 54.77º | 0.72% | 0.81% | - |
| XYZ | 45.26 | 51.56 | 11.44 | - |
| YUV | 181.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 57 | 0 | 0.06 | 0.72 | 0.19 | 54.77 | 0.6 | 0.52 |
| Hex | CE | C1 | 39 | 0 | 6 | 48 | 13 | 37 | 3C | 34 |
| Octal | 316 | 301 | 71 | 0 | 6 | 110 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000001 | 111001 | 0 | 110 | 1001000 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC139
Complementary color
Monochromatic Colors of #CEC139
Black with #CEC139
Text Example
Text Example
White with #CEC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC139; }
p { color: rgb(206,193,57); }
H1.HeaderClassName
{
color: #CEC139;
}
.AnyTagClassName
{
color: #CEC139;
}
</style>
background-color css
<style>
a { background-color: #CEC139; }
a { background-color: rgb(206,193,57); }
div.DivClassName
{
background-color: #CEC139;
}
.BgClassName
{
background-color: #CEC139;
}
</style>
border-color css
<style>
span { border-color: #CEC139; }
span { border-color: rgb(206,193,57); }
td.TdClassName
{
border-color: #CEC139;
}
.TagClassName
{
border-color: #CEC139;
}
</style>