Shades of Wattle #CDD24B
Tints of Wattle #CDD24B
RGB
CMYK
RGB Variations
Color information
#CDD24B (or 0xCDD24B) is known color: Wattle. HEX triplet: CD, D2 and 4B. RGB value is (205,210,75). Sum of RGB (Red+Green+Blue) = 205+210+75=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD24B is #322DB4. Grayscale: #C1C1C1. Windows color (decimal): -3288501 or 4969165. OLE color: 4969165.
HSL color Cylindrical-coordinate representation of color #CDD24B: hue angle of 62.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDD24B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 75 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.18 |
| HSL | 62.22º | 0.6% | 0.56% | - |
| HSV(B) | 62.22º | 0.64% | 0.82% | - |
| XYZ | 49.49 | 59.58 | 15.55 | - |
| YUV | 193.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 75 | 0.02 | 0 | 0.64 | 0.18 | 62.22 | 0.6 | 0.56 |
| Hex | CD | D2 | 4B | 2 | 0 | 40 | 12 | 3E | 3C | 38 |
| Octal | 315 | 322 | 113 | 2 | 0 | 100 | 22 | 76 | 74 | 70 |
| Binary | 11001101 | 11010010 | 1001011 | 10 | 0 | 1000000 | 10010 | 111110 | 111100 | 111000 |
Color Harmonies of #CDD24B
Complementary color
Monochromatic Colors of #CDD24B
Black with #CDD24B
Text Example
Text Example
White with #CDD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD24B; }
p { color: rgb(205,210,75); }
H1.HeaderClassName
{
color: #CDD24B;
}
.AnyTagClassName
{
color: #CDD24B;
}
</style>
background-color css
<style>
a { background-color: #CDD24B; }
a { background-color: rgb(205,210,75); }
div.DivClassName
{
background-color: #CDD24B;
}
.BgClassName
{
background-color: #CDD24B;
}
</style>
border-color css
<style>
span { border-color: #CDD24B; }
span { border-color: rgb(205,210,75); }
td.TdClassName
{
border-color: #CDD24B;
}
.TagClassName
{
border-color: #CDD24B;
}
</style>