Shades of Wattle #CED247
Tints of Wattle #CED247
RGB
CMYK
RGB Variations
Color information
#CED247 (or 0xCED247) is known color: Wattle. HEX triplet: CE, D2 and 47. RGB value is (206,210,71). Sum of RGB (Red+Green+Blue) = 206+210+71=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #CED247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED247 is #312DB8. Grayscale: #C1C1C1. Windows color (decimal): -3222969 or 4707022. OLE color: 4707022.
HSL color Cylindrical-coordinate representation of color #CED247: hue angle of 61.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED247 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 71 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.18 |
| HSL | 61.73º | 0.61% | 0.55% | - |
| HSV(B) | 61.73º | 0.66% | 0.82% | - |
| XYZ | 49.64 | 59.67 | 14.86 | - |
| YUV | 192.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 71 | 0.02 | 0 | 0.66 | 0.18 | 61.73 | 0.61 | 0.55 |
| Hex | CE | D2 | 47 | 2 | 0 | 42 | 12 | 3E | 3D | 37 |
| Octal | 316 | 322 | 107 | 2 | 0 | 102 | 22 | 76 | 75 | 67 |
| Binary | 11001110 | 11010010 | 1000111 | 10 | 0 | 1000010 | 10010 | 111110 | 111101 | 110111 |
Color Harmonies of #CED247
Complementary color
Monochromatic Colors of #CED247
Black with #CED247
Text Example
Text Example
White with #CED247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED247; }
p { color: rgb(206,210,71); }
H1.HeaderClassName
{
color: #CED247;
}
.AnyTagClassName
{
color: #CED247;
}
</style>
background-color css
<style>
a { background-color: #CED247; }
a { background-color: rgb(206,210,71); }
div.DivClassName
{
background-color: #CED247;
}
.BgClassName
{
background-color: #CED247;
}
</style>
border-color css
<style>
span { border-color: #CED247; }
span { border-color: rgb(206,210,71); }
td.TdClassName
{
border-color: #CED247;
}
.TagClassName
{
border-color: #CED247;
}
</style>