Shades of Wattle #CDD03D
Tints of Wattle #CDD03D
RGB
CMYK
RGB Variations
Color information
#CDD03D (or 0xCDD03D) is known color: Wattle. HEX triplet: CD, D0 and 3D. RGB value is (205,208,61). Sum of RGB (Red+Green+Blue) = 205+208+61=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD03D is #322FC2. Grayscale: #BEBEBE. Windows color (decimal): -3289027 or 4051149. OLE color: 4051149.
HSL color Cylindrical-coordinate representation of color #CDD03D: hue angle of 61.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDD03D is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 61 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 61.22º | 0.61% | 0.53% | - |
| HSV(B) | 61.22º | 0.71% | 0.82% | - |
| XYZ | 48.58 | 58.43 | 13.13 | - |
| YUV | 190.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 61 | 0.01 | 0 | 0.71 | 0.18 | 61.22 | 0.61 | 0.53 |
| Hex | CD | D0 | 3D | 1 | 0 | 47 | 12 | 3D | 3D | 35 |
| Octal | 315 | 320 | 75 | 1 | 0 | 107 | 22 | 75 | 75 | 65 |
| Binary | 11001101 | 11010000 | 111101 | 1 | 0 | 1000111 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CDD03D
Complementary color
Monochromatic Colors of #CDD03D
Black with #CDD03D
Text Example
Text Example
White with #CDD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD03D; }
p { color: rgb(205,208,61); }
H1.HeaderClassName
{
color: #CDD03D;
}
.AnyTagClassName
{
color: #CDD03D;
}
</style>
background-color css
<style>
a { background-color: #CDD03D; }
a { background-color: rgb(205,208,61); }
div.DivClassName
{
background-color: #CDD03D;
}
.BgClassName
{
background-color: #CDD03D;
}
</style>
border-color css
<style>
span { border-color: #CDD03D; }
span { border-color: rgb(205,208,61); }
td.TdClassName
{
border-color: #CDD03D;
}
.TagClassName
{
border-color: #CDD03D;
}
</style>