Shades of Wattle #CDD141
Tints of Wattle #CDD141
RGB
CMYK
RGB Variations
Color information
#CDD141 (or 0xCDD141) is known color: Wattle. HEX triplet: CD, D1 and 41. RGB value is (205,209,65). Sum of RGB (Red+Green+Blue) = 205+209+65=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD141 is #322EBE. Grayscale: #BFBFBF. Windows color (decimal): -3288767 or 4313549. OLE color: 4313549.
HSL color Cylindrical-coordinate representation of color #CDD141: hue angle of 61.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDD141 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 65 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.18 |
| HSL | 61.67º | 0.61% | 0.54% | - |
| HSV(B) | 61.67º | 0.69% | 0.82% | - |
| XYZ | 48.93 | 58.96 | 13.8 | - |
| YUV | 191.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 65 | 0.02 | 0 | 0.69 | 0.18 | 61.67 | 0.61 | 0.54 |
| Hex | CD | D1 | 41 | 2 | 0 | 45 | 12 | 3E | 3D | 36 |
| Octal | 315 | 321 | 101 | 2 | 0 | 105 | 22 | 76 | 75 | 66 |
| Binary | 11001101 | 11010001 | 1000001 | 10 | 0 | 1000101 | 10010 | 111110 | 111101 | 110110 |
Color Harmonies of #CDD141
Complementary color
Monochromatic Colors of #CDD141
Black with #CDD141
Text Example
Text Example
White with #CDD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD141; }
p { color: rgb(205,209,65); }
H1.HeaderClassName
{
color: #CDD141;
}
.AnyTagClassName
{
color: #CDD141;
}
</style>
background-color css
<style>
a { background-color: #CDD141; }
a { background-color: rgb(205,209,65); }
div.DivClassName
{
background-color: #CDD141;
}
.BgClassName
{
background-color: #CDD141;
}
</style>
border-color css
<style>
span { border-color: #CDD141; }
span { border-color: rgb(205,209,65); }
td.TdClassName
{
border-color: #CDD141;
}
.TagClassName
{
border-color: #CDD141;
}
</style>