Shades of Wattle #CECB30
Tints of Wattle #CECB30
RGB
CMYK
RGB Variations
Color information
#CECB30 (or 0xCECB30) is known color: Wattle. HEX triplet: CE, CB and 30. RGB value is (206,203,48). Sum of RGB (Red+Green+Blue) = 206+203+48=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB30 is #3134CF. Grayscale: #BABABA. Windows color (decimal): -3224784 or 3197902. OLE color: 3197902.
HSL color Cylindrical-coordinate representation of color #CECB30: hue angle of 58.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CECB30 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 48 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 58.86º | 0.62% | 0.5% | - |
| HSV(B) | 58.86º | 0.77% | 0.81% | - |
| XYZ | 47.34 | 56.05 | 11.12 | - |
| YUV | 186.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 48 | 0 | 0.01 | 0.77 | 0.19 | 58.86 | 0.62 | 0.5 |
| Hex | CE | CB | 30 | 0 | 1 | 4D | 13 | 3B | 3E | 32 |
| Octal | 316 | 313 | 60 | 0 | 1 | 115 | 23 | 73 | 76 | 62 |
| Binary | 11001110 | 11001011 | 110000 | 0 | 1 | 1001101 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CECB30
Complementary color
Monochromatic Colors of #CECB30
Black with #CECB30
Text Example
Text Example
White with #CECB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB30; }
p { color: rgb(206,203,48); }
H1.HeaderClassName
{
color: #CECB30;
}
.AnyTagClassName
{
color: #CECB30;
}
</style>
background-color css
<style>
a { background-color: #CECB30; }
a { background-color: rgb(206,203,48); }
div.DivClassName
{
background-color: #CECB30;
}
.BgClassName
{
background-color: #CECB30;
}
</style>
border-color css
<style>
span { border-color: #CECB30; }
span { border-color: rgb(206,203,48); }
td.TdClassName
{
border-color: #CECB30;
}
.TagClassName
{
border-color: #CECB30;
}
</style>