Shades of Wattle #CDD13F
Tints of Wattle #CDD13F
RGB
CMYK
RGB Variations
Color information
#CDD13F (or 0xCDD13F) is known color: Wattle. HEX triplet: CD, D1 and 3F. RGB value is (205,209,63). Sum of RGB (Red+Green+Blue) = 205+209+63=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD13F is #322EC0. Grayscale: #BFBFBF. Windows color (decimal): -3288769 or 4182477. OLE color: 4182477.
HSL color Cylindrical-coordinate representation of color #CDD13F: hue angle of 61.64º 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 #CDD13F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 63 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.18 |
| HSL | 61.64º | 0.61% | 0.53% | - |
| HSV(B) | 61.64º | 0.7% | 0.82% | - |
| XYZ | 48.87 | 58.94 | 13.5 | - |
| YUV | 191.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 63 | 0.02 | 0 | 0.70 | 0.18 | 61.64 | 0.61 | 0.53 |
| Hex | CD | D1 | 3F | 2 | 0 | 46 | 12 | 3E | 3D | 35 |
| Octal | 315 | 321 | 77 | 2 | 0 | 106 | 22 | 76 | 75 | 65 |
| Binary | 11001101 | 11010001 | 111111 | 10 | 0 | 1000110 | 10010 | 111110 | 111101 | 110101 |
Color Harmonies of #CDD13F
Complementary color
Monochromatic Colors of #CDD13F
Black with #CDD13F
Text Example
Text Example
White with #CDD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD13F; }
p { color: rgb(205,209,63); }
H1.HeaderClassName
{
color: #CDD13F;
}
.AnyTagClassName
{
color: #CDD13F;
}
</style>
background-color css
<style>
a { background-color: #CDD13F; }
a { background-color: rgb(205,209,63); }
div.DivClassName
{
background-color: #CDD13F;
}
.BgClassName
{
background-color: #CDD13F;
}
</style>
border-color css
<style>
span { border-color: #CDD13F; }
span { border-color: rgb(205,209,63); }
td.TdClassName
{
border-color: #CDD13F;
}
.TagClassName
{
border-color: #CDD13F;
}
</style>