Shades of Wattle #CEC142
Tints of Wattle #CEC142
RGB
CMYK
RGB Variations
Color information
#CEC142 (or 0xCEC142) is known color: Wattle. HEX triplet: CE, C1 and 42. RGB value is (206,193,66). Sum of RGB (Red+Green+Blue) = 206+193+66=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC142 is #313EBD. Grayscale: #B6B6B6. Windows color (decimal): -3227326 or 4374990. OLE color: 4374990.
HSL color Cylindrical-coordinate representation of color #CEC142: hue angle of 54.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEC142 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 66 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.19 |
| HSL | 54.43º | 0.59% | 0.53% | - |
| HSV(B) | 54.43º | 0.68% | 0.81% | - |
| XYZ | 45.51 | 51.66 | 12.73 | - |
| YUV | 182.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 66 | 0 | 0.06 | 0.68 | 0.19 | 54.43 | 0.59 | 0.53 |
| Hex | CE | C1 | 42 | 0 | 6 | 44 | 13 | 36 | 3B | 35 |
| Octal | 316 | 301 | 102 | 0 | 6 | 104 | 23 | 66 | 73 | 65 |
| Binary | 11001110 | 11000001 | 1000010 | 0 | 110 | 1000100 | 10011 | 110110 | 111011 | 110101 |
Color Harmonies of #CEC142
Complementary color
Monochromatic Colors of #CEC142
Black with #CEC142
Text Example
Text Example
White with #CEC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC142; }
p { color: rgb(206,193,66); }
H1.HeaderClassName
{
color: #CEC142;
}
.AnyTagClassName
{
color: #CEC142;
}
</style>
background-color css
<style>
a { background-color: #CEC142; }
a { background-color: rgb(206,193,66); }
div.DivClassName
{
background-color: #CEC142;
}
.BgClassName
{
background-color: #CEC142;
}
</style>
border-color css
<style>
span { border-color: #CEC142; }
span { border-color: rgb(206,193,66); }
td.TdClassName
{
border-color: #CEC142;
}
.TagClassName
{
border-color: #CEC142;
}
</style>