Shades of Wattle #CEC630
Tints of Wattle #CEC630
RGB
CMYK
RGB Variations
Color information
#CEC630 (or 0xCEC630) is known color: Wattle. HEX triplet: CE, C6 and 30. RGB value is (206,198,48). Sum of RGB (Red+Green+Blue) = 206+198+48=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC630 is #3139CF. Grayscale: #B7B7B7. Windows color (decimal): -3226064 or 3196622. OLE color: 3196622.
HSL color Cylindrical-coordinate representation of color #CEC630: hue angle of 56.96º 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 #CEC630 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 48 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.19 |
| HSL | 56.96º | 0.62% | 0.5% | - |
| HSV(B) | 56.96º | 0.77% | 0.81% | - |
| XYZ | 46.18 | 53.72 | 10.73 | - |
| YUV | 183.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 48 | 0 | 0.04 | 0.77 | 0.19 | 56.96 | 0.62 | 0.5 |
| Hex | CE | C6 | 30 | 0 | 4 | 4D | 13 | 39 | 3E | 32 |
| Octal | 316 | 306 | 60 | 0 | 4 | 115 | 23 | 71 | 76 | 62 |
| Binary | 11001110 | 11000110 | 110000 | 0 | 100 | 1001101 | 10011 | 111001 | 111110 | 110010 |
Color Harmonies of #CEC630
Complementary color
Monochromatic Colors of #CEC630
Black with #CEC630
Text Example
Text Example
White with #CEC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC630; }
p { color: rgb(206,198,48); }
H1.HeaderClassName
{
color: #CEC630;
}
.AnyTagClassName
{
color: #CEC630;
}
</style>
background-color css
<style>
a { background-color: #CEC630; }
a { background-color: rgb(206,198,48); }
div.DivClassName
{
background-color: #CEC630;
}
.BgClassName
{
background-color: #CEC630;
}
</style>
border-color css
<style>
span { border-color: #CEC630; }
span { border-color: rgb(206,198,48); }
td.TdClassName
{
border-color: #CEC630;
}
.TagClassName
{
border-color: #CEC630;
}
</style>