Shades of Wattle #CEC13F
Tints of Wattle #CEC13F
RGB
CMYK
RGB Variations
Color information
#CEC13F (or 0xCEC13F) is known color: Wattle. HEX triplet: CE, C1 and 3F. RGB value is (206,193,63). Sum of RGB (Red+Green+Blue) = 206+193+63=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC13F is #313EC0. Grayscale: #B6B6B6. Windows color (decimal): -3227329 or 4178382. OLE color: 4178382.
HSL color Cylindrical-coordinate representation of color #CEC13F: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC13F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 63 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.19 |
| HSL | 54.55º | 0.59% | 0.53% | - |
| HSV(B) | 54.55º | 0.69% | 0.81% | - |
| XYZ | 45.42 | 51.62 | 12.27 | - |
| YUV | 182.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 63 | 0 | 0.06 | 0.69 | 0.19 | 54.55 | 0.59 | 0.53 |
| Hex | CE | C1 | 3F | 0 | 6 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 301 | 77 | 0 | 6 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000001 | 111111 | 0 | 110 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC13F
Complementary color
Monochromatic Colors of #CEC13F
Black with #CEC13F
Text Example
Text Example
White with #CEC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC13F; }
p { color: rgb(206,193,63); }
H1.HeaderClassName
{
color: #CEC13F;
}
.AnyTagClassName
{
color: #CEC13F;
}
</style>
background-color css
<style>
a { background-color: #CEC13F; }
a { background-color: rgb(206,193,63); }
div.DivClassName
{
background-color: #CEC13F;
}
.BgClassName
{
background-color: #CEC13F;
}
</style>
border-color css
<style>
span { border-color: #CEC13F; }
span { border-color: rgb(206,193,63); }
td.TdClassName
{
border-color: #CEC13F;
}
.TagClassName
{
border-color: #CEC13F;
}
</style>