Shades of Wattle #CEC63B
Tints of Wattle #CEC63B
RGB
CMYK
RGB Variations
Color information
#CEC63B (or 0xCEC63B) is known color: Wattle. HEX triplet: CE, C6 and 3B. RGB value is (206,198,59). Sum of RGB (Red+Green+Blue) = 206+198+59=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC63B is #3139C4. Grayscale: #B9B9B9. Windows color (decimal): -3226053 or 3917518. OLE color: 3917518.
HSL color Cylindrical-coordinate representation of color #CEC63B: hue angle of 56.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC63B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 59 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.19 |
| HSL | 56.73º | 0.6% | 0.52% | - |
| HSV(B) | 56.73º | 0.71% | 0.81% | - |
| XYZ | 46.44 | 53.83 | 12.08 | - |
| YUV | 184.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 59 | 0 | 0.04 | 0.71 | 0.19 | 56.73 | 0.6 | 0.52 |
| Hex | CE | C6 | 3B | 0 | 4 | 47 | 13 | 39 | 3C | 34 |
| Octal | 316 | 306 | 73 | 0 | 4 | 107 | 23 | 71 | 74 | 64 |
| Binary | 11001110 | 11000110 | 111011 | 0 | 100 | 1000111 | 10011 | 111001 | 111100 | 110100 |
Color Harmonies of #CEC63B
Complementary color
Monochromatic Colors of #CEC63B
Black with #CEC63B
Text Example
Text Example
White with #CEC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC63B; }
p { color: rgb(206,198,59); }
H1.HeaderClassName
{
color: #CEC63B;
}
.AnyTagClassName
{
color: #CEC63B;
}
</style>
background-color css
<style>
a { background-color: #CEC63B; }
a { background-color: rgb(206,198,59); }
div.DivClassName
{
background-color: #CEC63B;
}
.BgClassName
{
background-color: #CEC63B;
}
</style>
border-color css
<style>
span { border-color: #CEC63B; }
span { border-color: rgb(206,198,59); }
td.TdClassName
{
border-color: #CEC63B;
}
.TagClassName
{
border-color: #CEC63B;
}
</style>