Shades of Wattle #CDD247
Tints of Wattle #CDD247
RGB
CMYK
RGB Variations
Color information
#CDD247 (or 0xCDD247) is known color: Wattle. HEX triplet: CD, D2 and 47. RGB value is (205,210,71). Sum of RGB (Red+Green+Blue) = 205+210+71=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD247 is #322DB8. Grayscale: #C1C1C1. Windows color (decimal): -3288505 or 4707021. OLE color: 4707021.
HSL color Cylindrical-coordinate representation of color #CDD247: hue angle of 62.16º 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 #CDD247 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 71 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.18 |
| HSL | 62.16º | 0.61% | 0.55% | - |
| HSV(B) | 62.16º | 0.66% | 0.82% | - |
| XYZ | 49.36 | 59.53 | 14.85 | - |
| YUV | 192.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 71 | 0.02 | 0 | 0.66 | 0.18 | 62.16 | 0.61 | 0.55 |
| Hex | CD | D2 | 47 | 2 | 0 | 42 | 12 | 3E | 3D | 37 |
| Octal | 315 | 322 | 107 | 2 | 0 | 102 | 22 | 76 | 75 | 67 |
| Binary | 11001101 | 11010010 | 1000111 | 10 | 0 | 1000010 | 10010 | 111110 | 111101 | 110111 |
Color Harmonies of #CDD247
Complementary color
Monochromatic Colors of #CDD247
Black with #CDD247
Text Example
Text Example
White with #CDD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD247; }
p { color: rgb(205,210,71); }
H1.HeaderClassName
{
color: #CDD247;
}
.AnyTagClassName
{
color: #CDD247;
}
</style>
background-color css
<style>
a { background-color: #CDD247; }
a { background-color: rgb(205,210,71); }
div.DivClassName
{
background-color: #CDD247;
}
.BgClassName
{
background-color: #CDD247;
}
</style>
border-color css
<style>
span { border-color: #CDD247; }
span { border-color: rgb(205,210,71); }
td.TdClassName
{
border-color: #CDD247;
}
.TagClassName
{
border-color: #CDD247;
}
</style>