Shades of Wattle #CEC13C
Tints of Wattle #CEC13C
RGB
CMYK
RGB Variations
Color information
#CEC13C (or 0xCEC13C) is known color: Wattle. HEX triplet: CE, C1 and 3C. RGB value is (206,193,60). Sum of RGB (Red+Green+Blue) = 206+193+60=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC13C is #313EC3. Grayscale: #B6B6B6. Windows color (decimal): -3227332 or 3981774. OLE color: 3981774.
HSL color Cylindrical-coordinate representation of color #CEC13C: hue angle of 54.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC13C is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 60 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.19 |
| HSL | 54.66º | 0.6% | 0.52% | - |
| HSV(B) | 54.66º | 0.71% | 0.81% | - |
| XYZ | 45.34 | 51.59 | 11.84 | - |
| YUV | 181.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 60 | 0 | 0.06 | 0.71 | 0.19 | 54.66 | 0.6 | 0.52 |
| Hex | CE | C1 | 3C | 0 | 6 | 47 | 13 | 37 | 3C | 34 |
| Octal | 316 | 301 | 74 | 0 | 6 | 107 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000001 | 111100 | 0 | 110 | 1000111 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC13C
Complementary color
Monochromatic Colors of #CEC13C
Black with #CEC13C
Text Example
Text Example
White with #CEC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC13C; }
p { color: rgb(206,193,60); }
H1.HeaderClassName
{
color: #CEC13C;
}
.AnyTagClassName
{
color: #CEC13C;
}
</style>
background-color css
<style>
a { background-color: #CEC13C; }
a { background-color: rgb(206,193,60); }
div.DivClassName
{
background-color: #CEC13C;
}
.BgClassName
{
background-color: #CEC13C;
}
</style>
border-color css
<style>
span { border-color: #CEC13C; }
span { border-color: rgb(206,193,60); }
td.TdClassName
{
border-color: #CEC13C;
}
.TagClassName
{
border-color: #CEC13C;
}
</style>