Shades of Wattle #CED13B
Tints of Wattle #CED13B
RGB
CMYK
RGB Variations
Color information
#CED13B (or 0xCED13B) is known color: Wattle. HEX triplet: CE, D1 and 3B. RGB value is (206,209,59). Sum of RGB (Red+Green+Blue) = 206+209+59=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #CED13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED13B is #312EC4. Grayscale: #BFBFBF. Windows color (decimal): -3223237 or 3920334. OLE color: 3920334.
HSL color Cylindrical-coordinate representation of color #CED13B: hue angle of 61.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED13B is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 59 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.18 |
| HSL | 61.2º | 0.62% | 0.53% | - |
| HSV(B) | 61.2º | 0.72% | 0.82% | - |
| XYZ | 49.04 | 59.04 | 12.95 | - |
| YUV | 191 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 59 | 0.01 | 0 | 0.72 | 0.18 | 61.2 | 0.62 | 0.53 |
| Hex | CE | D1 | 3B | 1 | 0 | 48 | 12 | 3D | 3E | 35 |
| Octal | 316 | 321 | 73 | 1 | 0 | 110 | 22 | 75 | 76 | 65 |
| Binary | 11001110 | 11010001 | 111011 | 1 | 0 | 1001000 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CED13B
Complementary color
Monochromatic Colors of #CED13B
Black with #CED13B
Text Example
Text Example
White with #CED13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED13B; }
p { color: rgb(206,209,59); }
H1.HeaderClassName
{
color: #CED13B;
}
.AnyTagClassName
{
color: #CED13B;
}
</style>
background-color css
<style>
a { background-color: #CED13B; }
a { background-color: rgb(206,209,59); }
div.DivClassName
{
background-color: #CED13B;
}
.BgClassName
{
background-color: #CED13B;
}
</style>
border-color css
<style>
span { border-color: #CED13B; }
span { border-color: rgb(206,209,59); }
td.TdClassName
{
border-color: #CED13B;
}
.TagClassName
{
border-color: #CED13B;
}
</style>