Shades of Wattle #CEC133
Tints of Wattle #CEC133
RGB
CMYK
RGB Variations
Color information
#CEC133 (or 0xCEC133) is known color: Wattle. HEX triplet: CE, C1 and 33. RGB value is (206,193,51). Sum of RGB (Red+Green+Blue) = 206+193+51=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC133 is #313ECC. Grayscale: #B5B5B5. Windows color (decimal): -3227341 or 3391950. OLE color: 3391950.
HSL color Cylindrical-coordinate representation of color #CEC133: hue angle of 54.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEC133 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 51 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.19 |
| HSL | 54.97º | 0.61% | 0.5% | - |
| HSV(B) | 54.97º | 0.75% | 0.81% | - |
| XYZ | 45.12 | 51.5 | 10.69 | - |
| YUV | 180.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 51 | 0 | 0.06 | 0.75 | 0.19 | 54.97 | 0.61 | 0.5 |
| Hex | CE | C1 | 33 | 0 | 6 | 4B | 13 | 37 | 3D | 32 |
| Octal | 316 | 301 | 63 | 0 | 6 | 113 | 23 | 67 | 75 | 62 |
| Binary | 11001110 | 11000001 | 110011 | 0 | 110 | 1001011 | 10011 | 110111 | 111101 | 110010 |
Color Harmonies of #CEC133
Complementary color
Monochromatic Colors of #CEC133
Black with #CEC133
Text Example
Text Example
White with #CEC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC133; }
p { color: rgb(206,193,51); }
H1.HeaderClassName
{
color: #CEC133;
}
.AnyTagClassName
{
color: #CEC133;
}
</style>
background-color css
<style>
a { background-color: #CEC133; }
a { background-color: rgb(206,193,51); }
div.DivClassName
{
background-color: #CEC133;
}
.BgClassName
{
background-color: #CEC133;
}
</style>
border-color css
<style>
span { border-color: #CEC133; }
span { border-color: rgb(206,193,51); }
td.TdClassName
{
border-color: #CEC133;
}
.TagClassName
{
border-color: #CEC133;
}
</style>