Shades of Wattle #CED341
Tints of Wattle #CED341
RGB
CMYK
RGB Variations
Color information
#CED341 (or 0xCED341) is known color: Wattle. HEX triplet: CE, D3 and 41. RGB value is (206,211,65). Sum of RGB (Red+Green+Blue) = 206+211+65=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #CED341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED341 is #312CBE. Grayscale: #C1C1C1. Windows color (decimal): -3222719 or 4314062. OLE color: 4314062.
HSL color Cylindrical-coordinate representation of color #CED341: hue angle of 62.05º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED341 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 65 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.17 |
| HSL | 62.05º | 0.62% | 0.54% | - |
| HSV(B) | 62.05º | 0.69% | 0.83% | - |
| XYZ | 49.7 | 60.09 | 13.98 | - |
| YUV | 192.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 65 | 0.02 | 0 | 0.69 | 0.17 | 62.05 | 0.62 | 0.54 |
| Hex | CE | D3 | 41 | 2 | 0 | 45 | 11 | 3E | 3E | 36 |
| Octal | 316 | 323 | 101 | 2 | 0 | 105 | 21 | 76 | 76 | 66 |
| Binary | 11001110 | 11010011 | 1000001 | 10 | 0 | 1000101 | 10001 | 111110 | 111110 | 110110 |
Color Harmonies of #CED341
Complementary color
Monochromatic Colors of #CED341
Black with #CED341
Text Example
Text Example
White with #CED341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED341; }
p { color: rgb(206,211,65); }
H1.HeaderClassName
{
color: #CED341;
}
.AnyTagClassName
{
color: #CED341;
}
</style>
background-color css
<style>
a { background-color: #CED341; }
a { background-color: rgb(206,211,65); }
div.DivClassName
{
background-color: #CED341;
}
.BgClassName
{
background-color: #CED341;
}
</style>
border-color css
<style>
span { border-color: #CED341; }
span { border-color: rgb(206,211,65); }
td.TdClassName
{
border-color: #CED341;
}
.TagClassName
{
border-color: #CED341;
}
</style>