Shades of Wattle #CED348
Tints of Wattle #CED348
RGB
CMYK
RGB Variations
Color information
#CED348 (or 0xCED348) is known color: Wattle. HEX triplet: CE, D3 and 48. RGB value is (206,211,72). Sum of RGB (Red+Green+Blue) = 206+211+72=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #CED348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED348 is #312CB7. Grayscale: #C2C2C2. Windows color (decimal): -3222712 or 4772814. OLE color: 4772814.
HSL color Cylindrical-coordinate representation of color #CED348: hue angle of 62.16º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED348 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 72 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.17 |
| HSL | 62.16º | 0.61% | 0.55% | - |
| HSV(B) | 62.16º | 0.66% | 0.83% | - |
| XYZ | 49.92 | 60.18 | 15.12 | - |
| YUV | 193.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 72 | 0.02 | 0 | 0.66 | 0.17 | 62.16 | 0.61 | 0.55 |
| Hex | CE | D3 | 48 | 2 | 0 | 42 | 11 | 3E | 3D | 37 |
| Octal | 316 | 323 | 110 | 2 | 0 | 102 | 21 | 76 | 75 | 67 |
| Binary | 11001110 | 11010011 | 1001000 | 10 | 0 | 1000010 | 10001 | 111110 | 111101 | 110111 |
Color Harmonies of #CED348
Complementary color
Monochromatic Colors of #CED348
Black with #CED348
Text Example
Text Example
White with #CED348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED348; }
p { color: rgb(206,211,72); }
H1.HeaderClassName
{
color: #CED348;
}
.AnyTagClassName
{
color: #CED348;
}
</style>
background-color css
<style>
a { background-color: #CED348; }
a { background-color: rgb(206,211,72); }
div.DivClassName
{
background-color: #CED348;
}
.BgClassName
{
background-color: #CED348;
}
</style>
border-color css
<style>
span { border-color: #CED348; }
span { border-color: rgb(206,211,72); }
td.TdClassName
{
border-color: #CED348;
}
.TagClassName
{
border-color: #CED348;
}
</style>