Shades of Wattle #CDD04E
Tints of Wattle #CDD04E
RGB
CMYK
RGB Variations
Color information
#CDD04E (or 0xCDD04E) is known color: Wattle. HEX triplet: CD, D0 and 4E. RGB value is (205,208,78). Sum of RGB (Red+Green+Blue) = 205+208+78=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD04E is #322FB1. Grayscale: #C0C0C0. Windows color (decimal): -3289010 or 5165261. OLE color: 5165261.
HSL color Cylindrical-coordinate representation of color #CDD04E: hue angle of 61.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD04E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 78 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.18 |
| HSL | 61.38º | 0.58% | 0.56% | - |
| HSV(B) | 61.38º | 0.63% | 0.82% | - |
| XYZ | 49.11 | 58.64 | 15.94 | - |
| YUV | 192.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 78 | 0.01 | 0 | 0.62 | 0.18 | 61.38 | 0.58 | 0.56 |
| Hex | CD | D0 | 4E | 1 | 0 | 3E | 12 | 3D | 3A | 38 |
| Octal | 315 | 320 | 116 | 1 | 0 | 76 | 22 | 75 | 72 | 70 |
| Binary | 11001101 | 11010000 | 1001110 | 1 | 0 | 111110 | 10010 | 111101 | 111010 | 111000 |
Color Harmonies of #CDD04E
Complementary color
Monochromatic Colors of #CDD04E
Black with #CDD04E
Text Example
Text Example
White with #CDD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD04E; }
p { color: rgb(205,208,78); }
H1.HeaderClassName
{
color: #CDD04E;
}
.AnyTagClassName
{
color: #CDD04E;
}
</style>
background-color css
<style>
a { background-color: #CDD04E; }
a { background-color: rgb(205,208,78); }
div.DivClassName
{
background-color: #CDD04E;
}
.BgClassName
{
background-color: #CDD04E;
}
</style>
border-color css
<style>
span { border-color: #CDD04E; }
span { border-color: rgb(205,208,78); }
td.TdClassName
{
border-color: #CDD04E;
}
.TagClassName
{
border-color: #CDD04E;
}
</style>