Shades of Wattle #CECB46
Tints of Wattle #CECB46
RGB
CMYK
RGB Variations
Color information
#CECB46 (or 0xCECB46) is known color: Wattle. HEX triplet: CE, CB and 46. RGB value is (206,203,70). Sum of RGB (Red+Green+Blue) = 206+203+70=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB46 is #3134B9. Grayscale: #BDBDBD. Windows color (decimal): -3224762 or 4639694. OLE color: 4639694.
HSL color Cylindrical-coordinate representation of color #CECB46: hue angle of 58.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CECB46 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 70 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.19 |
| HSL | 58.68º | 0.58% | 0.54% | - |
| HSV(B) | 58.68º | 0.66% | 0.81% | - |
| XYZ | 47.92 | 56.28 | 14.13 | - |
| YUV | 188.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 70 | 0 | 0.01 | 0.66 | 0.19 | 58.68 | 0.58 | 0.54 |
| Hex | CE | CB | 46 | 0 | 1 | 42 | 13 | 3B | 3A | 36 |
| Octal | 316 | 313 | 106 | 0 | 1 | 102 | 23 | 73 | 72 | 66 |
| Binary | 11001110 | 11001011 | 1000110 | 0 | 1 | 1000010 | 10011 | 111011 | 111010 | 110110 |
Color Harmonies of #CECB46
Complementary color
Monochromatic Colors of #CECB46
Black with #CECB46
Text Example
Text Example
White with #CECB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB46; }
p { color: rgb(206,203,70); }
H1.HeaderClassName
{
color: #CECB46;
}
.AnyTagClassName
{
color: #CECB46;
}
</style>
background-color css
<style>
a { background-color: #CECB46; }
a { background-color: rgb(206,203,70); }
div.DivClassName
{
background-color: #CECB46;
}
.BgClassName
{
background-color: #CECB46;
}
</style>
border-color css
<style>
span { border-color: #CECB46; }
span { border-color: rgb(206,203,70); }
td.TdClassName
{
border-color: #CECB46;
}
.TagClassName
{
border-color: #CECB46;
}
</style>