Shades of Wattle #CDD03C
Tints of Wattle #CDD03C
RGB
CMYK
RGB Variations
Color information
#CDD03C (or 0xCDD03C) is known color: Wattle. HEX triplet: CD, D0 and 3C. RGB value is (205,208,60). Sum of RGB (Red+Green+Blue) = 205+208+60=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD03C is #322FC3. Grayscale: #BEBEBE. Windows color (decimal): -3289028 or 3985613. OLE color: 3985613.
HSL color Cylindrical-coordinate representation of color #CDD03C: 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 #CDD03C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 60 | - |
| 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.55 | 58.42 | 12.99 | - |
| YUV | 190.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 60 | 0.01 | 0 | 0.71 | 0.18 | 61.22 | 0.61 | 0.53 |
| Hex | CD | D0 | 3C | 1 | 0 | 47 | 12 | 3D | 3D | 35 |
| Octal | 315 | 320 | 74 | 1 | 0 | 107 | 22 | 75 | 75 | 65 |
| Binary | 11001101 | 11010000 | 111100 | 1 | 0 | 1000111 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CDD03C
Complementary color
Monochromatic Colors of #CDD03C
Black with #CDD03C
Text Example
Text Example
White with #CDD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD03C; }
p { color: rgb(205,208,60); }
H1.HeaderClassName
{
color: #CDD03C;
}
.AnyTagClassName
{
color: #CDD03C;
}
</style>
background-color css
<style>
a { background-color: #CDD03C; }
a { background-color: rgb(205,208,60); }
div.DivClassName
{
background-color: #CDD03C;
}
.BgClassName
{
background-color: #CDD03C;
}
</style>
border-color css
<style>
span { border-color: #CDD03C; }
span { border-color: rgb(205,208,60); }
td.TdClassName
{
border-color: #CDD03C;
}
.TagClassName
{
border-color: #CDD03C;
}
</style>