Shades of Wattle #CECD44
Tints of Wattle #CECD44
RGB
CMYK
RGB Variations
Color information
#CECD44 (or 0xCECD44) is known color: Wattle. HEX triplet: CE, CD and 44. RGB value is (206,205,68). Sum of RGB (Red+Green+Blue) = 206+205+68=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD44 is #3132BB. Grayscale: #BEBEBE. Windows color (decimal): -3224252 or 4509134. OLE color: 4509134.
HSL color Cylindrical-coordinate representation of color #CECD44: hue angle of 59.57º 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 #CECD44 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 68 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.19 |
| HSL | 59.57º | 0.58% | 0.54% | - |
| HSV(B) | 59.57º | 0.67% | 0.81% | - |
| XYZ | 48.33 | 57.2 | 13.96 | - |
| YUV | 189.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 68 | 0 | 0.00 | 0.67 | 0.19 | 59.57 | 0.58 | 0.54 |
| Hex | CE | CD | 44 | 0 | 0 | 43 | 13 | 3C | 3A | 36 |
| Octal | 316 | 315 | 104 | 0 | 0 | 103 | 23 | 74 | 72 | 66 |
| Binary | 11001110 | 11001101 | 1000100 | 0 | 0 | 1000011 | 10011 | 111100 | 111010 | 110110 |
Color Harmonies of #CECD44
Complementary color
Monochromatic Colors of #CECD44
Black with #CECD44
Text Example
Text Example
White with #CECD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD44; }
p { color: rgb(206,205,68); }
H1.HeaderClassName
{
color: #CECD44;
}
.AnyTagClassName
{
color: #CECD44;
}
</style>
background-color css
<style>
a { background-color: #CECD44; }
a { background-color: rgb(206,205,68); }
div.DivClassName
{
background-color: #CECD44;
}
.BgClassName
{
background-color: #CECD44;
}
</style>
border-color css
<style>
span { border-color: #CECD44; }
span { border-color: rgb(206,205,68); }
td.TdClassName
{
border-color: #CECD44;
}
.TagClassName
{
border-color: #CECD44;
}
</style>