Shades of Wattle #CECD49
Tints of Wattle #CECD49
RGB
CMYK
RGB Variations
Color information
#CECD49 (or 0xCECD49) is known color: Wattle. HEX triplet: CE, CD and 49. RGB value is (206,205,73). Sum of RGB (Red+Green+Blue) = 206+205+73=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD49 is #3132B6. Grayscale: #BEBEBE. Windows color (decimal): -3224247 or 4836814. OLE color: 4836814.
HSL color Cylindrical-coordinate representation of color #CECD49: hue angle of 59.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CECD49 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 73 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.19 |
| HSL | 59.55º | 0.58% | 0.55% | - |
| HSV(B) | 59.55º | 0.65% | 0.81% | - |
| XYZ | 48.49 | 57.27 | 14.8 | - |
| YUV | 190.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 73 | 0 | 0.00 | 0.65 | 0.19 | 59.55 | 0.58 | 0.55 |
| Hex | CE | CD | 49 | 0 | 0 | 41 | 13 | 3C | 3A | 37 |
| Octal | 316 | 315 | 111 | 0 | 0 | 101 | 23 | 74 | 72 | 67 |
| Binary | 11001110 | 11001101 | 1001001 | 0 | 0 | 1000001 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CECD49
Complementary color
Monochromatic Colors of #CECD49
Black with #CECD49
Text Example
Text Example
White with #CECD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD49; }
p { color: rgb(206,205,73); }
H1.HeaderClassName
{
color: #CECD49;
}
.AnyTagClassName
{
color: #CECD49;
}
</style>
background-color css
<style>
a { background-color: #CECD49; }
a { background-color: rgb(206,205,73); }
div.DivClassName
{
background-color: #CECD49;
}
.BgClassName
{
background-color: #CECD49;
}
</style>
border-color css
<style>
span { border-color: #CECD49; }
span { border-color: rgb(206,205,73); }
td.TdClassName
{
border-color: #CECD49;
}
.TagClassName
{
border-color: #CECD49;
}
</style>