Shades of Wattle #CECB3A
Tints of Wattle #CECB3A
RGB
CMYK
RGB Variations
Color information
#CECB3A (or 0xCECB3A) is known color: Wattle. HEX triplet: CE, CB and 3A. RGB value is (206,203,58). Sum of RGB (Red+Green+Blue) = 206+203+58=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB3A is #3134C5. Grayscale: #BBBBBB. Windows color (decimal): -3224774 or 3853262. OLE color: 3853262.
HSL color Cylindrical-coordinate representation of color #CECB3A: hue angle of 58.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CECB3A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 58 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.19 |
| HSL | 58.78º | 0.6% | 0.52% | - |
| HSV(B) | 58.78º | 0.72% | 0.81% | - |
| XYZ | 47.57 | 56.14 | 12.33 | - |
| YUV | 187.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 58 | 0 | 0.01 | 0.72 | 0.19 | 58.78 | 0.6 | 0.52 |
| Hex | CE | CB | 3A | 0 | 1 | 48 | 13 | 3B | 3C | 34 |
| Octal | 316 | 313 | 72 | 0 | 1 | 110 | 23 | 73 | 74 | 64 |
| Binary | 11001110 | 11001011 | 111010 | 0 | 1 | 1001000 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CECB3A
Complementary color
Monochromatic Colors of #CECB3A
Black with #CECB3A
Text Example
Text Example
White with #CECB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB3A; }
p { color: rgb(206,203,58); }
H1.HeaderClassName
{
color: #CECB3A;
}
.AnyTagClassName
{
color: #CECB3A;
}
</style>
background-color css
<style>
a { background-color: #CECB3A; }
a { background-color: rgb(206,203,58); }
div.DivClassName
{
background-color: #CECB3A;
}
.BgClassName
{
background-color: #CECB3A;
}
</style>
border-color css
<style>
span { border-color: #CECB3A; }
span { border-color: rgb(206,203,58); }
td.TdClassName
{
border-color: #CECB3A;
}
.TagClassName
{
border-color: #CECB3A;
}
</style>