Shades of Wattle #CED039
Tints of Wattle #CED039
RGB
CMYK
RGB Variations
Color information
#CED039 (or 0xCED039) is known color: Wattle. HEX triplet: CE, D0 and 39. RGB value is (206,208,57). Sum of RGB (Red+Green+Blue) = 206+208+57=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #CED039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED039 is #312FC6. Grayscale: #BEBEBE. Windows color (decimal): -3223495 or 3789006. OLE color: 3789006.
HSL color Cylindrical-coordinate representation of color #CED039: hue angle of 60.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED039 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 57 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.18 |
| HSL | 60.79º | 0.62% | 0.52% | - |
| HSV(B) | 60.79º | 0.73% | 0.82% | - |
| XYZ | 48.75 | 58.53 | 12.6 | - |
| YUV | 190.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 57 | 0.01 | 0 | 0.73 | 0.18 | 60.79 | 0.62 | 0.52 |
| Hex | CE | D0 | 39 | 1 | 0 | 49 | 12 | 3D | 3E | 34 |
| Octal | 316 | 320 | 71 | 1 | 0 | 111 | 22 | 75 | 76 | 64 |
| Binary | 11001110 | 11010000 | 111001 | 1 | 0 | 1001001 | 10010 | 111101 | 111110 | 110100 |
Color Harmonies of #CED039
Complementary color
Monochromatic Colors of #CED039
Black with #CED039
Text Example
Text Example
White with #CED039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED039; }
p { color: rgb(206,208,57); }
H1.HeaderClassName
{
color: #CED039;
}
.AnyTagClassName
{
color: #CED039;
}
</style>
background-color css
<style>
a { background-color: #CED039; }
a { background-color: rgb(206,208,57); }
div.DivClassName
{
background-color: #CED039;
}
.BgClassName
{
background-color: #CED039;
}
</style>
border-color css
<style>
span { border-color: #CED039; }
span { border-color: rgb(206,208,57); }
td.TdClassName
{
border-color: #CED039;
}
.TagClassName
{
border-color: #CED039;
}
</style>