Shades of Wattle #CDD244
Tints of Wattle #CDD244
RGB
CMYK
RGB Variations
Color information
#CDD244 (or 0xCDD244) is known color: Wattle. HEX triplet: CD, D2 and 44. RGB value is (205,210,68). Sum of RGB (Red+Green+Blue) = 205+210+68=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD244 is #322DBB. Grayscale: #C0C0C0. Windows color (decimal): -3288508 or 4510413. OLE color: 4510413.
HSL color Cylindrical-coordinate representation of color #CDD244: hue angle of 62.11º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDD244 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 68 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.18 |
| HSL | 62.11º | 0.61% | 0.55% | - |
| HSV(B) | 62.11º | 0.68% | 0.82% | - |
| XYZ | 49.27 | 59.49 | 14.35 | - |
| YUV | 192.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 68 | 0.02 | 0 | 0.68 | 0.18 | 62.11 | 0.61 | 0.55 |
| Hex | CD | D2 | 44 | 2 | 0 | 44 | 12 | 3E | 3D | 37 |
| Octal | 315 | 322 | 104 | 2 | 0 | 104 | 22 | 76 | 75 | 67 |
| Binary | 11001101 | 11010010 | 1000100 | 10 | 0 | 1000100 | 10010 | 111110 | 111101 | 110111 |
Color Harmonies of #CDD244
Complementary color
Monochromatic Colors of #CDD244
Black with #CDD244
Text Example
Text Example
White with #CDD244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD244; }
p { color: rgb(205,210,68); }
H1.HeaderClassName
{
color: #CDD244;
}
.AnyTagClassName
{
color: #CDD244;
}
</style>
background-color css
<style>
a { background-color: #CDD244; }
a { background-color: rgb(205,210,68); }
div.DivClassName
{
background-color: #CDD244;
}
.BgClassName
{
background-color: #CDD244;
}
</style>
border-color css
<style>
span { border-color: #CDD244; }
span { border-color: rgb(205,210,68); }
td.TdClassName
{
border-color: #CDD244;
}
.TagClassName
{
border-color: #CDD244;
}
</style>