Shades of Wattle #CECD34
Tints of Wattle #CECD34
RGB
CMYK
RGB Variations
Color information
#CECD34 (or 0xCECD34) is known color: Wattle. HEX triplet: CE, CD and 34. RGB value is (206,205,52). Sum of RGB (Red+Green+Blue) = 206+205+52=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD34 is #3132CB. Grayscale: #BCBCBC. Windows color (decimal): -3224268 or 3460558. OLE color: 3460558.
HSL color Cylindrical-coordinate representation of color #CECD34: hue angle of 59.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CECD34 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 52 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.19 |
| HSL | 59.61º | 0.61% | 0.51% | - |
| HSV(B) | 59.61º | 0.75% | 0.81% | - |
| XYZ | 47.9 | 57.03 | 11.73 | - |
| YUV | 187.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 52 | 0 | 0.00 | 0.75 | 0.19 | 59.61 | 0.61 | 0.51 |
| Hex | CE | CD | 34 | 0 | 0 | 4B | 13 | 3C | 3D | 33 |
| Octal | 316 | 315 | 64 | 0 | 0 | 113 | 23 | 74 | 75 | 63 |
| Binary | 11001110 | 11001101 | 110100 | 0 | 0 | 1001011 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CECD34
Complementary color
Monochromatic Colors of #CECD34
Black with #CECD34
Text Example
Text Example
White with #CECD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD34; }
p { color: rgb(206,205,52); }
H1.HeaderClassName
{
color: #CECD34;
}
.AnyTagClassName
{
color: #CECD34;
}
</style>
background-color css
<style>
a { background-color: #CECD34; }
a { background-color: rgb(206,205,52); }
div.DivClassName
{
background-color: #CECD34;
}
.BgClassName
{
background-color: #CECD34;
}
</style>
border-color css
<style>
span { border-color: #CECD34; }
span { border-color: rgb(206,205,52); }
td.TdClassName
{
border-color: #CECD34;
}
.TagClassName
{
border-color: #CECD34;
}
</style>