Shades of Wattle #CDD34E
Tints of Wattle #CDD34E
RGB
CMYK
RGB Variations
Color information
#CDD34E (or 0xCDD34E) is known color: Wattle. HEX triplet: CD, D3 and 4E. RGB value is (205,211,78). Sum of RGB (Red+Green+Blue) = 205+211+78=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD34E is #322CB1. Grayscale: #C2C2C2. Windows color (decimal): -3288242 or 5166029. OLE color: 5166029.
HSL color Cylindrical-coordinate representation of color #CDD34E: hue angle of 62.71º degrees, saturation: 0.6, 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 #CDD34E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 78 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.17 |
| HSL | 62.71º | 0.6% | 0.57% | - |
| HSV(B) | 62.71º | 0.63% | 0.83% | - |
| XYZ | 49.85 | 60.12 | 16.18 | - |
| YUV | 194.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 78 | 0.03 | 0 | 0.63 | 0.17 | 62.71 | 0.6 | 0.57 |
| Hex | CD | D3 | 4E | 3 | 0 | 3F | 11 | 3F | 3C | 39 |
| Octal | 315 | 323 | 116 | 3 | 0 | 77 | 21 | 77 | 74 | 71 |
| Binary | 11001101 | 11010011 | 1001110 | 11 | 0 | 111111 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CDD34E
Complementary color
Monochromatic Colors of #CDD34E
Black with #CDD34E
Text Example
Text Example
White with #CDD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD34E; }
p { color: rgb(205,211,78); }
H1.HeaderClassName
{
color: #CDD34E;
}
.AnyTagClassName
{
color: #CDD34E;
}
</style>
background-color css
<style>
a { background-color: #CDD34E; }
a { background-color: rgb(205,211,78); }
div.DivClassName
{
background-color: #CDD34E;
}
.BgClassName
{
background-color: #CDD34E;
}
</style>
border-color css
<style>
span { border-color: #CDD34E; }
span { border-color: rgb(205,211,78); }
td.TdClassName
{
border-color: #CDD34E;
}
.TagClassName
{
border-color: #CDD34E;
}
</style>