Shades of Wattle #CDD047
Tints of Wattle #CDD047
RGB
CMYK
RGB Variations
Color information
#CDD047 (or 0xCDD047) is known color: Wattle. HEX triplet: CD, D0 and 47. RGB value is (205,208,71). Sum of RGB (Red+Green+Blue) = 205+208+71=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD047 is #322FB8. Grayscale: #C0C0C0. Windows color (decimal): -3289017 or 4706509. OLE color: 4706509.
HSL color Cylindrical-coordinate representation of color #CDD047: hue angle of 61.31º degrees, saturation: 0.59, 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 #CDD047 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 71 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.18 |
| HSL | 61.31º | 0.59% | 0.55% | - |
| HSV(B) | 61.31º | 0.66% | 0.82% | - |
| XYZ | 48.87 | 58.55 | 14.69 | - |
| YUV | 191.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 71 | 0.01 | 0 | 0.66 | 0.18 | 61.31 | 0.59 | 0.55 |
| Hex | CD | D0 | 47 | 1 | 0 | 42 | 12 | 3D | 3B | 37 |
| Octal | 315 | 320 | 107 | 1 | 0 | 102 | 22 | 75 | 73 | 67 |
| Binary | 11001101 | 11010000 | 1000111 | 1 | 0 | 1000010 | 10010 | 111101 | 111011 | 110111 |
Color Harmonies of #CDD047
Complementary color
Monochromatic Colors of #CDD047
Black with #CDD047
Text Example
Text Example
White with #CDD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD047; }
p { color: rgb(205,208,71); }
H1.HeaderClassName
{
color: #CDD047;
}
.AnyTagClassName
{
color: #CDD047;
}
</style>
background-color css
<style>
a { background-color: #CDD047; }
a { background-color: rgb(205,208,71); }
div.DivClassName
{
background-color: #CDD047;
}
.BgClassName
{
background-color: #CDD047;
}
</style>
border-color css
<style>
span { border-color: #CDD047; }
span { border-color: rgb(205,208,71); }
td.TdClassName
{
border-color: #CDD047;
}
.TagClassName
{
border-color: #CDD047;
}
</style>