Shades of Wattle #CDD44E
Tints of Wattle #CDD44E
RGB
CMYK
RGB Variations
Color information
#CDD44E (or 0xCDD44E) is known color: Wattle. HEX triplet: CD, D4 and 4E. RGB value is (205,212,78). Sum of RGB (Red+Green+Blue) = 205+212+78=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD44E is #322BB1. Grayscale: #C3C3C3. Windows color (decimal): -3287986 or 5166285. OLE color: 5166285.
HSL color Cylindrical-coordinate representation of color #CDD44E: hue angle of 63.13º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD44E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 78 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 63.13º | 0.61% | 0.57% | - |
| HSV(B) | 63.13º | 0.63% | 0.83% | - |
| XYZ | 50.1 | 60.62 | 16.27 | - |
| YUV | 194.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 78 | 0.03 | 0 | 0.63 | 0.17 | 63.13 | 0.61 | 0.57 |
| Hex | CD | D4 | 4E | 3 | 0 | 3F | 11 | 3F | 3D | 39 |
| Octal | 315 | 324 | 116 | 3 | 0 | 77 | 21 | 77 | 75 | 71 |
| Binary | 11001101 | 11010100 | 1001110 | 11 | 0 | 111111 | 10001 | 111111 | 111101 | 111001 |
Color Harmonies of #CDD44E
Complementary color
Monochromatic Colors of #CDD44E
Black with #CDD44E
Text Example
Text Example
White with #CDD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD44E; }
p { color: rgb(205,212,78); }
H1.HeaderClassName
{
color: #CDD44E;
}
.AnyTagClassName
{
color: #CDD44E;
}
</style>
background-color css
<style>
a { background-color: #CDD44E; }
a { background-color: rgb(205,212,78); }
div.DivClassName
{
background-color: #CDD44E;
}
.BgClassName
{
background-color: #CDD44E;
}
</style>
border-color css
<style>
span { border-color: #CDD44E; }
span { border-color: rgb(205,212,78); }
td.TdClassName
{
border-color: #CDD44E;
}
.TagClassName
{
border-color: #CDD44E;
}
</style>