Shades of Wattle #CEC732
Tints of Wattle #CEC732
RGB
CMYK
RGB Variations
Color information
#CEC732 (or 0xCEC732) is known color: Wattle. HEX triplet: CE, C7 and 32. RGB value is (206,199,50). Sum of RGB (Red+Green+Blue) = 206+199+50=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC732 is #3138CD. Grayscale: #B8B8B8. Windows color (decimal): -3225806 or 3327950. OLE color: 3327950.
HSL color Cylindrical-coordinate representation of color #CEC732: hue angle of 57.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC732 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 50 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.19 |
| HSL | 57.31º | 0.61% | 0.5% | - |
| HSV(B) | 57.31º | 0.76% | 0.81% | - |
| XYZ | 46.45 | 54.2 | 11.03 | - |
| YUV | 184.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 50 | 0 | 0.03 | 0.76 | 0.19 | 57.31 | 0.61 | 0.5 |
| Hex | CE | C7 | 32 | 0 | 3 | 4C | 13 | 39 | 3D | 32 |
| Octal | 316 | 307 | 62 | 0 | 3 | 114 | 23 | 71 | 75 | 62 |
| Binary | 11001110 | 11000111 | 110010 | 0 | 11 | 1001100 | 10011 | 111001 | 111101 | 110010 |
Color Harmonies of #CEC732
Complementary color
Monochromatic Colors of #CEC732
Black with #CEC732
Text Example
Text Example
White with #CEC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC732; }
p { color: rgb(206,199,50); }
H1.HeaderClassName
{
color: #CEC732;
}
.AnyTagClassName
{
color: #CEC732;
}
</style>
background-color css
<style>
a { background-color: #CEC732; }
a { background-color: rgb(206,199,50); }
div.DivClassName
{
background-color: #CEC732;
}
.BgClassName
{
background-color: #CEC732;
}
</style>
border-color css
<style>
span { border-color: #CEC732; }
span { border-color: rgb(206,199,50); }
td.TdClassName
{
border-color: #CEC732;
}
.TagClassName
{
border-color: #CEC732;
}
</style>