Shades of Wattle #CECD37
Tints of Wattle #CECD37
RGB
CMYK
RGB Variations
Color information
#CECD37 (or 0xCECD37) is known color: Wattle. HEX triplet: CE, CD and 37. RGB value is (206,205,55). Sum of RGB (Red+Green+Blue) = 206+205+55=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD37 is #3132C8. Grayscale: #BCBCBC. Windows color (decimal): -3224265 or 3657166. OLE color: 3657166.
HSL color Cylindrical-coordinate representation of color #CECD37: hue angle of 59.6º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CECD37 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 55 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.19 |
| HSL | 59.6º | 0.61% | 0.51% | - |
| HSV(B) | 59.6º | 0.73% | 0.81% | - |
| XYZ | 47.97 | 57.06 | 12.1 | - |
| YUV | 188.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 55 | 0 | 0.00 | 0.73 | 0.19 | 59.6 | 0.61 | 0.51 |
| Hex | CE | CD | 37 | 0 | 0 | 49 | 13 | 3C | 3D | 33 |
| Octal | 316 | 315 | 67 | 0 | 0 | 111 | 23 | 74 | 75 | 63 |
| Binary | 11001110 | 11001101 | 110111 | 0 | 0 | 1001001 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CECD37
Complementary color
Monochromatic Colors of #CECD37
Black with #CECD37
Text Example
Text Example
White with #CECD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD37; }
p { color: rgb(206,205,55); }
H1.HeaderClassName
{
color: #CECD37;
}
.AnyTagClassName
{
color: #CECD37;
}
</style>
background-color css
<style>
a { background-color: #CECD37; }
a { background-color: rgb(206,205,55); }
div.DivClassName
{
background-color: #CECD37;
}
.BgClassName
{
background-color: #CECD37;
}
</style>
border-color css
<style>
span { border-color: #CECD37; }
span { border-color: rgb(206,205,55); }
td.TdClassName
{
border-color: #CECD37;
}
.TagClassName
{
border-color: #CECD37;
}
</style>