Shades of Wattle #CDD146
Tints of Wattle #CDD146
RGB
CMYK
RGB Variations
Color information
#CDD146 (or 0xCDD146) is known color: Wattle. HEX triplet: CD, D1 and 46. RGB value is (205,209,70). Sum of RGB (Red+Green+Blue) = 205+209+70=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD146 is #322EB9. Grayscale: #C0C0C0. Windows color (decimal): -3288762 or 4641229. OLE color: 4641229.
HSL color Cylindrical-coordinate representation of color #CDD146: hue angle of 61.73º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDD146 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 70 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.18 |
| HSL | 61.73º | 0.6% | 0.55% | - |
| HSV(B) | 61.73º | 0.67% | 0.82% | - |
| XYZ | 49.08 | 59.02 | 14.6 | - |
| YUV | 191.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 70 | 0.02 | 0 | 0.67 | 0.18 | 61.73 | 0.6 | 0.55 |
| Hex | CD | D1 | 46 | 2 | 0 | 43 | 12 | 3E | 3C | 37 |
| Octal | 315 | 321 | 106 | 2 | 0 | 103 | 22 | 76 | 74 | 67 |
| Binary | 11001101 | 11010001 | 1000110 | 10 | 0 | 1000011 | 10010 | 111110 | 111100 | 110111 |
Color Harmonies of #CDD146
Complementary color
Monochromatic Colors of #CDD146
Black with #CDD146
Text Example
Text Example
White with #CDD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD146; }
p { color: rgb(205,209,70); }
H1.HeaderClassName
{
color: #CDD146;
}
.AnyTagClassName
{
color: #CDD146;
}
</style>
background-color css
<style>
a { background-color: #CDD146; }
a { background-color: rgb(205,209,70); }
div.DivClassName
{
background-color: #CDD146;
}
.BgClassName
{
background-color: #CDD146;
}
</style>
border-color css
<style>
span { border-color: #CDD146; }
span { border-color: rgb(205,209,70); }
td.TdClassName
{
border-color: #CDD146;
}
.TagClassName
{
border-color: #CDD146;
}
</style>