Shades of Wattle #CED147
Tints of Wattle #CED147
RGB
CMYK
RGB Variations
Color information
#CED147 (or 0xCED147) is known color: Wattle. HEX triplet: CE, D1 and 47. RGB value is (206,209,71). Sum of RGB (Red+Green+Blue) = 206+209+71=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #CED147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED147 is #312EB8. Grayscale: #C0C0C0. Windows color (decimal): -3223225 or 4706766. OLE color: 4706766.
HSL color Cylindrical-coordinate representation of color #CED147: hue angle of 61.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED147 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 71 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.18 |
| HSL | 61.3º | 0.6% | 0.55% | - |
| HSV(B) | 61.3º | 0.66% | 0.82% | - |
| XYZ | 49.39 | 59.18 | 14.78 | - |
| YUV | 192.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 71 | 0.01 | 0 | 0.66 | 0.18 | 61.3 | 0.6 | 0.55 |
| Hex | CE | D1 | 47 | 1 | 0 | 42 | 12 | 3D | 3C | 37 |
| Octal | 316 | 321 | 107 | 1 | 0 | 102 | 22 | 75 | 74 | 67 |
| Binary | 11001110 | 11010001 | 1000111 | 1 | 0 | 1000010 | 10010 | 111101 | 111100 | 110111 |
Color Harmonies of #CED147
Complementary color
Monochromatic Colors of #CED147
Black with #CED147
Text Example
Text Example
White with #CED147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED147; }
p { color: rgb(206,209,71); }
H1.HeaderClassName
{
color: #CED147;
}
.AnyTagClassName
{
color: #CED147;
}
</style>
background-color css
<style>
a { background-color: #CED147; }
a { background-color: rgb(206,209,71); }
div.DivClassName
{
background-color: #CED147;
}
.BgClassName
{
background-color: #CED147;
}
</style>
border-color css
<style>
span { border-color: #CED147; }
span { border-color: rgb(206,209,71); }
td.TdClassName
{
border-color: #CED147;
}
.TagClassName
{
border-color: #CED147;
}
</style>