Shades of Wattle #CDD34D
Tints of Wattle #CDD34D
RGB
CMYK
RGB Variations
Color information
#CDD34D (or 0xCDD34D) is known color: Wattle. HEX triplet: CD, D3 and 4D. RGB value is (205,211,77). Sum of RGB (Red+Green+Blue) = 205+211+77=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD34D is #322CB2. Grayscale: #C2C2C2. Windows color (decimal): -3288243 or 5100493. OLE color: 5100493.
HSL color Cylindrical-coordinate representation of color #CDD34D: hue angle of 62.69º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDD34D is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 77 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.17 |
| HSL | 62.69º | 0.6% | 0.56% | - |
| HSV(B) | 62.69º | 0.64% | 0.83% | - |
| XYZ | 49.81 | 60.1 | 16 | - |
| YUV | 193.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 77 | 0.03 | 0 | 0.64 | 0.17 | 62.69 | 0.6 | 0.56 |
| Hex | CD | D3 | 4D | 3 | 0 | 40 | 11 | 3F | 3C | 38 |
| Octal | 315 | 323 | 115 | 3 | 0 | 100 | 21 | 77 | 74 | 70 |
| Binary | 11001101 | 11010011 | 1001101 | 11 | 0 | 1000000 | 10001 | 111111 | 111100 | 111000 |
Color Harmonies of #CDD34D
Complementary color
Monochromatic Colors of #CDD34D
Black with #CDD34D
Text Example
Text Example
White with #CDD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD34D; }
p { color: rgb(205,211,77); }
H1.HeaderClassName
{
color: #CDD34D;
}
.AnyTagClassName
{
color: #CDD34D;
}
</style>
background-color css
<style>
a { background-color: #CDD34D; }
a { background-color: rgb(205,211,77); }
div.DivClassName
{
background-color: #CDD34D;
}
.BgClassName
{
background-color: #CDD34D;
}
</style>
border-color css
<style>
span { border-color: #CDD34D; }
span { border-color: rgb(205,211,77); }
td.TdClassName
{
border-color: #CDD34D;
}
.TagClassName
{
border-color: #CDD34D;
}
</style>