Shades of Wattle #CECC37
Tints of Wattle #CECC37
RGB
CMYK
RGB Variations
Color information
#CECC37 (or 0xCECC37) is known color: Wattle. HEX triplet: CE, CC and 37. RGB value is (206,204,55). Sum of RGB (Red+Green+Blue) = 206+204+55=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC37 is #3133C8. Grayscale: #BCBCBC. Windows color (decimal): -3224521 or 3656910. OLE color: 3656910.
HSL color Cylindrical-coordinate representation of color #CECC37: hue angle of 59.21º 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 #CECC37 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 55 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.19 |
| HSL | 59.21º | 0.61% | 0.51% | - |
| HSV(B) | 59.21º | 0.73% | 0.81% | - |
| XYZ | 47.74 | 56.58 | 12.02 | - |
| YUV | 187.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 55 | 0 | 0.01 | 0.73 | 0.19 | 59.21 | 0.61 | 0.51 |
| Hex | CE | CC | 37 | 0 | 1 | 49 | 13 | 3B | 3D | 33 |
| Octal | 316 | 314 | 67 | 0 | 1 | 111 | 23 | 73 | 75 | 63 |
| Binary | 11001110 | 11001100 | 110111 | 0 | 1 | 1001001 | 10011 | 111011 | 111101 | 110011 |
Color Harmonies of #CECC37
Complementary color
Monochromatic Colors of #CECC37
Black with #CECC37
Text Example
Text Example
White with #CECC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC37; }
p { color: rgb(206,204,55); }
H1.HeaderClassName
{
color: #CECC37;
}
.AnyTagClassName
{
color: #CECC37;
}
</style>
background-color css
<style>
a { background-color: #CECC37; }
a { background-color: rgb(206,204,55); }
div.DivClassName
{
background-color: #CECC37;
}
.BgClassName
{
background-color: #CECC37;
}
</style>
border-color css
<style>
span { border-color: #CECC37; }
span { border-color: rgb(206,204,55); }
td.TdClassName
{
border-color: #CECC37;
}
.TagClassName
{
border-color: #CECC37;
}
</style>