Shades of Wattle #CECD40
Tints of Wattle #CECD40
RGB
CMYK
RGB Variations
Color information
#CECD40 (or 0xCECD40) is known color: Wattle. HEX triplet: CE, CD and 40. RGB value is (206,205,64). Sum of RGB (Red+Green+Blue) = 206+205+64=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD40 is #3132BF. Grayscale: #BDBDBD. Windows color (decimal): -3224256 or 4246990. OLE color: 4246990.
HSL color Cylindrical-coordinate representation of color #CECD40: hue angle of 59.58º 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 #CECD40 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 64 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.19 |
| HSL | 59.58º | 0.59% | 0.53% | - |
| HSV(B) | 59.58º | 0.69% | 0.81% | - |
| XYZ | 48.21 | 57.15 | 13.34 | - |
| YUV | 189.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 64 | 0 | 0.00 | 0.69 | 0.19 | 59.58 | 0.59 | 0.53 |
| Hex | CE | CD | 40 | 0 | 0 | 45 | 13 | 3C | 3B | 35 |
| Octal | 316 | 315 | 100 | 0 | 0 | 105 | 23 | 74 | 73 | 65 |
| Binary | 11001110 | 11001101 | 1000000 | 0 | 0 | 1000101 | 10011 | 111100 | 111011 | 110101 |
Color Harmonies of #CECD40
Complementary color
Monochromatic Colors of #CECD40
Black with #CECD40
Text Example
Text Example
White with #CECD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD40; }
p { color: rgb(206,205,64); }
H1.HeaderClassName
{
color: #CECD40;
}
.AnyTagClassName
{
color: #CECD40;
}
</style>
background-color css
<style>
a { background-color: #CECD40; }
a { background-color: rgb(206,205,64); }
div.DivClassName
{
background-color: #CECD40;
}
.BgClassName
{
background-color: #CECD40;
}
</style>
border-color css
<style>
span { border-color: #CECD40; }
span { border-color: rgb(206,205,64); }
td.TdClassName
{
border-color: #CECD40;
}
.TagClassName
{
border-color: #CECD40;
}
</style>