Shades of Wattle #CECB40
Tints of Wattle #CECB40
RGB
CMYK
RGB Variations
Color information
#CECB40 (or 0xCECB40) is known color: Wattle. HEX triplet: CE, CB and 40. RGB value is (206,203,64). Sum of RGB (Red+Green+Blue) = 206+203+64=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB40 is #3134BF. Grayscale: #BCBCBC. Windows color (decimal): -3224768 or 4246478. OLE color: 4246478.
HSL color Cylindrical-coordinate representation of color #CECB40: hue angle of 58.73º 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 #CECB40 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 64 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.19 |
| HSL | 58.73º | 0.59% | 0.53% | - |
| HSV(B) | 58.73º | 0.69% | 0.81% | - |
| XYZ | 47.73 | 56.2 | 13.18 | - |
| YUV | 188.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 64 | 0 | 0.01 | 0.69 | 0.19 | 58.73 | 0.59 | 0.53 |
| Hex | CE | CB | 40 | 0 | 1 | 45 | 13 | 3B | 3B | 35 |
| Octal | 316 | 313 | 100 | 0 | 1 | 105 | 23 | 73 | 73 | 65 |
| Binary | 11001110 | 11001011 | 1000000 | 0 | 1 | 1000101 | 10011 | 111011 | 111011 | 110101 |
Color Harmonies of #CECB40
Complementary color
Monochromatic Colors of #CECB40
Black with #CECB40
Text Example
Text Example
White with #CECB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB40; }
p { color: rgb(206,203,64); }
H1.HeaderClassName
{
color: #CECB40;
}
.AnyTagClassName
{
color: #CECB40;
}
</style>
background-color css
<style>
a { background-color: #CECB40; }
a { background-color: rgb(206,203,64); }
div.DivClassName
{
background-color: #CECB40;
}
.BgClassName
{
background-color: #CECB40;
}
</style>
border-color css
<style>
span { border-color: #CECB40; }
span { border-color: rgb(206,203,64); }
td.TdClassName
{
border-color: #CECB40;
}
.TagClassName
{
border-color: #CECB40;
}
</style>