Shades of Wattle #CDD24E
Tints of Wattle #CDD24E
RGB
CMYK
RGB Variations
Color information
#CDD24E (or 0xCDD24E) is known color: Wattle. HEX triplet: CD, D2 and 4E. RGB value is (205,210,78). Sum of RGB (Red+Green+Blue) = 205+210+78=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD24E is #322DB1. Grayscale: #C1C1C1. Windows color (decimal): -3288498 or 5165773. OLE color: 5165773.
HSL color Cylindrical-coordinate representation of color #CDD24E: hue angle of 62.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD24E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 78 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.18 |
| HSL | 62.27º | 0.59% | 0.56% | - |
| HSV(B) | 62.27º | 0.63% | 0.82% | - |
| XYZ | 49.6 | 59.62 | 16.1 | - |
| YUV | 193.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 78 | 0.02 | 0 | 0.63 | 0.18 | 62.27 | 0.59 | 0.56 |
| Hex | CD | D2 | 4E | 2 | 0 | 3F | 12 | 3E | 3B | 38 |
| Octal | 315 | 322 | 116 | 2 | 0 | 77 | 22 | 76 | 73 | 70 |
| Binary | 11001101 | 11010010 | 1001110 | 10 | 0 | 111111 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CDD24E
Complementary color
Monochromatic Colors of #CDD24E
Black with #CDD24E
Text Example
Text Example
White with #CDD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD24E; }
p { color: rgb(205,210,78); }
H1.HeaderClassName
{
color: #CDD24E;
}
.AnyTagClassName
{
color: #CDD24E;
}
</style>
background-color css
<style>
a { background-color: #CDD24E; }
a { background-color: rgb(205,210,78); }
div.DivClassName
{
background-color: #CDD24E;
}
.BgClassName
{
background-color: #CDD24E;
}
</style>
border-color css
<style>
span { border-color: #CDD24E; }
span { border-color: rgb(205,210,78); }
td.TdClassName
{
border-color: #CDD24E;
}
.TagClassName
{
border-color: #CDD24E;
}
</style>