Shades of Wattle #CECB45
Tints of Wattle #CECB45
RGB
CMYK
RGB Variations
Color information
#CECB45 (or 0xCECB45) is known color: Wattle. HEX triplet: CE, CB and 45. RGB value is (206,203,69). Sum of RGB (Red+Green+Blue) = 206+203+69=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB45 is #3134BA. Grayscale: #BDBDBD. Windows color (decimal): -3224763 or 4574158. OLE color: 4574158.
HSL color Cylindrical-coordinate representation of color #CECB45: hue angle of 58.69º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CECB45 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 69 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.19 |
| HSL | 58.69º | 0.58% | 0.54% | - |
| HSV(B) | 58.69º | 0.67% | 0.81% | - |
| XYZ | 47.88 | 56.26 | 13.97 | - |
| YUV | 188.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 69 | 0 | 0.01 | 0.67 | 0.19 | 58.69 | 0.58 | 0.54 |
| Hex | CE | CB | 45 | 0 | 1 | 43 | 13 | 3B | 3A | 36 |
| Octal | 316 | 313 | 105 | 0 | 1 | 103 | 23 | 73 | 72 | 66 |
| Binary | 11001110 | 11001011 | 1000101 | 0 | 1 | 1000011 | 10011 | 111011 | 111010 | 110110 |
Color Harmonies of #CECB45
Complementary color
Monochromatic Colors of #CECB45
Black with #CECB45
Text Example
Text Example
White with #CECB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB45; }
p { color: rgb(206,203,69); }
H1.HeaderClassName
{
color: #CECB45;
}
.AnyTagClassName
{
color: #CECB45;
}
</style>
background-color css
<style>
a { background-color: #CECB45; }
a { background-color: rgb(206,203,69); }
div.DivClassName
{
background-color: #CECB45;
}
.BgClassName
{
background-color: #CECB45;
}
</style>
border-color css
<style>
span { border-color: #CECB45; }
span { border-color: rgb(206,203,69); }
td.TdClassName
{
border-color: #CECB45;
}
.TagClassName
{
border-color: #CECB45;
}
</style>