Shades of Wattle #CDD243
Tints of Wattle #CDD243
RGB
CMYK
RGB Variations
Color information
#CDD243 (or 0xCDD243) is known color: Wattle. HEX triplet: CD, D2 and 43. RGB value is (205,210,67). Sum of RGB (Red+Green+Blue) = 205+210+67=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD243 is #322DBC. Grayscale: #C0C0C0. Windows color (decimal): -3288509 or 4444877. OLE color: 4444877.
HSL color Cylindrical-coordinate representation of color #CDD243: hue angle of 62.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDD243 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 67 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.18 |
| HSL | 62.1º | 0.61% | 0.54% | - |
| HSV(B) | 62.1º | 0.68% | 0.82% | - |
| XYZ | 49.24 | 59.48 | 14.2 | - |
| YUV | 192.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 67 | 0.02 | 0 | 0.68 | 0.18 | 62.1 | 0.61 | 0.54 |
| Hex | CD | D2 | 43 | 2 | 0 | 44 | 12 | 3E | 3D | 36 |
| Octal | 315 | 322 | 103 | 2 | 0 | 104 | 22 | 76 | 75 | 66 |
| Binary | 11001101 | 11010010 | 1000011 | 10 | 0 | 1000100 | 10010 | 111110 | 111101 | 110110 |
Color Harmonies of #CDD243
Complementary color
Monochromatic Colors of #CDD243
Black with #CDD243
Text Example
Text Example
White with #CDD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD243; }
p { color: rgb(205,210,67); }
H1.HeaderClassName
{
color: #CDD243;
}
.AnyTagClassName
{
color: #CDD243;
}
</style>
background-color css
<style>
a { background-color: #CDD243; }
a { background-color: rgb(205,210,67); }
div.DivClassName
{
background-color: #CDD243;
}
.BgClassName
{
background-color: #CDD243;
}
</style>
border-color css
<style>
span { border-color: #CDD243; }
span { border-color: rgb(205,210,67); }
td.TdClassName
{
border-color: #CDD243;
}
.TagClassName
{
border-color: #CDD243;
}
</style>