Shades of Wattle #CEC348
Tints of Wattle #CEC348
RGB
CMYK
RGB Variations
Color information
#CEC348 (or 0xCEC348) is known color: Wattle. HEX triplet: CE, C3 and 48. RGB value is (206,195,72). Sum of RGB (Red+Green+Blue) = 206+195+72=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC348 is #313CB7. Grayscale: #B8B8B8. Windows color (decimal): -3226808 or 4768718. OLE color: 4768718.
HSL color Cylindrical-coordinate representation of color #CEC348: hue angle of 55.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEC348 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 72 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.19 |
| HSL | 55.07º | 0.58% | 0.55% | - |
| HSV(B) | 55.07º | 0.65% | 0.81% | - |
| XYZ | 46.14 | 52.62 | 13.86 | - |
| YUV | 184.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 72 | 0 | 0.05 | 0.65 | 0.19 | 55.07 | 0.58 | 0.55 |
| Hex | CE | C3 | 48 | 0 | 5 | 41 | 13 | 37 | 3A | 37 |
| Octal | 316 | 303 | 110 | 0 | 5 | 101 | 23 | 67 | 72 | 67 |
| Binary | 11001110 | 11000011 | 1001000 | 0 | 101 | 1000001 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CEC348
Complementary color
Monochromatic Colors of #CEC348
Black with #CEC348
Text Example
Text Example
White with #CEC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC348; }
p { color: rgb(206,195,72); }
H1.HeaderClassName
{
color: #CEC348;
}
.AnyTagClassName
{
color: #CEC348;
}
</style>
background-color css
<style>
a { background-color: #CEC348; }
a { background-color: rgb(206,195,72); }
div.DivClassName
{
background-color: #CEC348;
}
.BgClassName
{
background-color: #CEC348;
}
</style>
border-color css
<style>
span { border-color: #CEC348; }
span { border-color: rgb(206,195,72); }
td.TdClassName
{
border-color: #CEC348;
}
.TagClassName
{
border-color: #CEC348;
}
</style>