Shades of Wattle #CDD249
Tints of Wattle #CDD249
RGB
CMYK
RGB Variations
Color information
#CDD249 (or 0xCDD249) is known color: Wattle. HEX triplet: CD, D2 and 49. RGB value is (205,210,73). Sum of RGB (Red+Green+Blue) = 205+210+73=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD249 is #322DB6. Grayscale: #C1C1C1. Windows color (decimal): -3288503 or 4838093. OLE color: 4838093.
HSL color Cylindrical-coordinate representation of color #CDD249: hue angle of 62.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDD249 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 73 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.18 |
| HSL | 62.19º | 0.6% | 0.55% | - |
| HSV(B) | 62.19º | 0.65% | 0.82% | - |
| XYZ | 49.43 | 59.55 | 15.19 | - |
| YUV | 192.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 73 | 0.02 | 0 | 0.65 | 0.18 | 62.19 | 0.6 | 0.55 |
| Hex | CD | D2 | 49 | 2 | 0 | 41 | 12 | 3E | 3C | 37 |
| Octal | 315 | 322 | 111 | 2 | 0 | 101 | 22 | 76 | 74 | 67 |
| Binary | 11001101 | 11010010 | 1001001 | 10 | 0 | 1000001 | 10010 | 111110 | 111100 | 110111 |
Color Harmonies of #CDD249
Complementary color
Monochromatic Colors of #CDD249
Black with #CDD249
Text Example
Text Example
White with #CDD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD249; }
p { color: rgb(205,210,73); }
H1.HeaderClassName
{
color: #CDD249;
}
.AnyTagClassName
{
color: #CDD249;
}
</style>
background-color css
<style>
a { background-color: #CDD249; }
a { background-color: rgb(205,210,73); }
div.DivClassName
{
background-color: #CDD249;
}
.BgClassName
{
background-color: #CDD249;
}
</style>
border-color css
<style>
span { border-color: #CDD249; }
span { border-color: rgb(205,210,73); }
td.TdClassName
{
border-color: #CDD249;
}
.TagClassName
{
border-color: #CDD249;
}
</style>