Shades of Wattle #CECD43
Tints of Wattle #CECD43
RGB
CMYK
RGB Variations
Color information
#CECD43 (or 0xCECD43) is known color: Wattle. HEX triplet: CE, CD and 43. RGB value is (206,205,67). Sum of RGB (Red+Green+Blue) = 206+205+67=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD43 is #3132BC. Grayscale: #BEBEBE. Windows color (decimal): -3224253 or 4443598. OLE color: 4443598.
HSL color Cylindrical-coordinate representation of color #CECD43: hue angle of 59.57º degrees, saturation: 0.59, 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 #CECD43 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 67 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.19 |
| HSL | 59.57º | 0.59% | 0.54% | - |
| HSV(B) | 59.57º | 0.67% | 0.81% | - |
| XYZ | 48.3 | 57.19 | 13.8 | - |
| YUV | 189.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 67 | 0 | 0.00 | 0.67 | 0.19 | 59.57 | 0.59 | 0.54 |
| Hex | CE | CD | 43 | 0 | 0 | 43 | 13 | 3C | 3B | 36 |
| Octal | 316 | 315 | 103 | 0 | 0 | 103 | 23 | 74 | 73 | 66 |
| Binary | 11001110 | 11001101 | 1000011 | 0 | 0 | 1000011 | 10011 | 111100 | 111011 | 110110 |
Color Harmonies of #CECD43
Complementary color
Monochromatic Colors of #CECD43
Black with #CECD43
Text Example
Text Example
White with #CECD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD43; }
p { color: rgb(206,205,67); }
H1.HeaderClassName
{
color: #CECD43;
}
.AnyTagClassName
{
color: #CECD43;
}
</style>
background-color css
<style>
a { background-color: #CECD43; }
a { background-color: rgb(206,205,67); }
div.DivClassName
{
background-color: #CECD43;
}
.BgClassName
{
background-color: #CECD43;
}
</style>
border-color css
<style>
span { border-color: #CECD43; }
span { border-color: rgb(206,205,67); }
td.TdClassName
{
border-color: #CECD43;
}
.TagClassName
{
border-color: #CECD43;
}
</style>