Shades of Wattle #CECB47
Tints of Wattle #CECB47
RGB
CMYK
RGB Variations
Color information
#CECB47 (or 0xCECB47) is known color: Wattle. HEX triplet: CE, CB and 47. RGB value is (206,203,71). Sum of RGB (Red+Green+Blue) = 206+203+71=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB47 is #3134B8. Grayscale: #BDBDBD. Windows color (decimal): -3224761 or 4705230. OLE color: 4705230.
HSL color Cylindrical-coordinate representation of color #CECB47: hue angle of 58.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CECB47 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 71 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.19 |
| HSL | 58.67º | 0.58% | 0.54% | - |
| HSV(B) | 58.67º | 0.66% | 0.81% | - |
| XYZ | 47.95 | 56.29 | 14.3 | - |
| YUV | 188.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 71 | 0 | 0.01 | 0.66 | 0.19 | 58.67 | 0.58 | 0.54 |
| Hex | CE | CB | 47 | 0 | 1 | 42 | 13 | 3B | 3A | 36 |
| Octal | 316 | 313 | 107 | 0 | 1 | 102 | 23 | 73 | 72 | 66 |
| Binary | 11001110 | 11001011 | 1000111 | 0 | 1 | 1000010 | 10011 | 111011 | 111010 | 110110 |
Color Harmonies of #CECB47
Complementary color
Monochromatic Colors of #CECB47
Black with #CECB47
Text Example
Text Example
White with #CECB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB47; }
p { color: rgb(206,203,71); }
H1.HeaderClassName
{
color: #CECB47;
}
.AnyTagClassName
{
color: #CECB47;
}
</style>
background-color css
<style>
a { background-color: #CECB47; }
a { background-color: rgb(206,203,71); }
div.DivClassName
{
background-color: #CECB47;
}
.BgClassName
{
background-color: #CECB47;
}
</style>
border-color css
<style>
span { border-color: #CECB47; }
span { border-color: rgb(206,203,71); }
td.TdClassName
{
border-color: #CECB47;
}
.TagClassName
{
border-color: #CECB47;
}
</style>