Shades of Wattle #CED34D
Tints of Wattle #CED34D
RGB
CMYK
RGB Variations
Color information
#CED34D (or 0xCED34D) is known color: Wattle. HEX triplet: CE, D3 and 4D. RGB value is (206,211,77). Sum of RGB (Red+Green+Blue) = 206+211+77=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #CED34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED34D is #312CB2. Grayscale: #C2C2C2. Windows color (decimal): -3222707 or 5100494. OLE color: 5100494.
HSL color Cylindrical-coordinate representation of color #CED34D: hue angle of 62.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED34D is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 77 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.17 |
| HSL | 62.24º | 0.6% | 0.56% | - |
| HSV(B) | 62.24º | 0.64% | 0.83% | - |
| XYZ | 50.09 | 60.25 | 16.01 | - |
| YUV | 194.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 77 | 0.02 | 0 | 0.64 | 0.17 | 62.24 | 0.6 | 0.56 |
| Hex | CE | D3 | 4D | 2 | 0 | 40 | 11 | 3E | 3C | 38 |
| Octal | 316 | 323 | 115 | 2 | 0 | 100 | 21 | 76 | 74 | 70 |
| Binary | 11001110 | 11010011 | 1001101 | 10 | 0 | 1000000 | 10001 | 111110 | 111100 | 111000 |
Color Harmonies of #CED34D
Complementary color
Monochromatic Colors of #CED34D
Black with #CED34D
Text Example
Text Example
White with #CED34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED34D; }
p { color: rgb(206,211,77); }
H1.HeaderClassName
{
color: #CED34D;
}
.AnyTagClassName
{
color: #CED34D;
}
</style>
background-color css
<style>
a { background-color: #CED34D; }
a { background-color: rgb(206,211,77); }
div.DivClassName
{
background-color: #CED34D;
}
.BgClassName
{
background-color: #CED34D;
}
</style>
border-color css
<style>
span { border-color: #CED34D; }
span { border-color: rgb(206,211,77); }
td.TdClassName
{
border-color: #CED34D;
}
.TagClassName
{
border-color: #CED34D;
}
</style>