Shades of Wattle #CDD03E
Tints of Wattle #CDD03E
RGB
CMYK
RGB Variations
Color information
#CDD03E (or 0xCDD03E) is known color: Wattle. HEX triplet: CD, D0 and 3E. RGB value is (205,208,62). Sum of RGB (Red+Green+Blue) = 205+208+62=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD03E is #322FC1. Grayscale: #BFBFBF. Windows color (decimal): -3289026 or 4116685. OLE color: 4116685.
HSL color Cylindrical-coordinate representation of color #CDD03E: hue angle of 61.23º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDD03E is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 62 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.18 |
| HSL | 61.23º | 0.61% | 0.53% | - |
| HSV(B) | 61.23º | 0.7% | 0.82% | - |
| XYZ | 48.6 | 58.44 | 13.28 | - |
| YUV | 190.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 62 | 0.01 | 0 | 0.70 | 0.18 | 61.23 | 0.61 | 0.53 |
| Hex | CD | D0 | 3E | 1 | 0 | 46 | 12 | 3D | 3D | 35 |
| Octal | 315 | 320 | 76 | 1 | 0 | 106 | 22 | 75 | 75 | 65 |
| Binary | 11001101 | 11010000 | 111110 | 1 | 0 | 1000110 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CDD03E
Complementary color
Monochromatic Colors of #CDD03E
Black with #CDD03E
Text Example
Text Example
White with #CDD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD03E; }
p { color: rgb(205,208,62); }
H1.HeaderClassName
{
color: #CDD03E;
}
.AnyTagClassName
{
color: #CDD03E;
}
</style>
background-color css
<style>
a { background-color: #CDD03E; }
a { background-color: rgb(205,208,62); }
div.DivClassName
{
background-color: #CDD03E;
}
.BgClassName
{
background-color: #CDD03E;
}
</style>
border-color css
<style>
span { border-color: #CDD03E; }
span { border-color: rgb(205,208,62); }
td.TdClassName
{
border-color: #CDD03E;
}
.TagClassName
{
border-color: #CDD03E;
}
</style>