Shades of Wattle #CEC631
Tints of Wattle #CEC631
RGB
CMYK
RGB Variations
Color information
#CEC631 (or 0xCEC631) is known color: Wattle. HEX triplet: CE, C6 and 31. RGB value is (206,198,49). Sum of RGB (Red+Green+Blue) = 206+198+49=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC631 is #3139CE. Grayscale: #B8B8B8. Windows color (decimal): -3226063 or 3262158. OLE color: 3262158.
HSL color Cylindrical-coordinate representation of color #CEC631: hue angle of 56.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC631 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 49 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.19 |
| HSL | 56.94º | 0.62% | 0.5% | - |
| HSV(B) | 56.94º | 0.76% | 0.81% | - |
| XYZ | 46.2 | 53.73 | 10.84 | - |
| YUV | 183.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 49 | 0 | 0.04 | 0.76 | 0.19 | 56.94 | 0.62 | 0.5 |
| Hex | CE | C6 | 31 | 0 | 4 | 4C | 13 | 39 | 3E | 32 |
| Octal | 316 | 306 | 61 | 0 | 4 | 114 | 23 | 71 | 76 | 62 |
| Binary | 11001110 | 11000110 | 110001 | 0 | 100 | 1001100 | 10011 | 111001 | 111110 | 110010 |
Color Harmonies of #CEC631
Complementary color
Monochromatic Colors of #CEC631
Black with #CEC631
Text Example
Text Example
White with #CEC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC631; }
p { color: rgb(206,198,49); }
H1.HeaderClassName
{
color: #CEC631;
}
.AnyTagClassName
{
color: #CEC631;
}
</style>
background-color css
<style>
a { background-color: #CEC631; }
a { background-color: rgb(206,198,49); }
div.DivClassName
{
background-color: #CEC631;
}
.BgClassName
{
background-color: #CEC631;
}
</style>
border-color css
<style>
span { border-color: #CEC631; }
span { border-color: rgb(206,198,49); }
td.TdClassName
{
border-color: #CEC631;
}
.TagClassName
{
border-color: #CEC631;
}
</style>