Shades of Bird Flower #CDD409
Tints of Bird Flower #CDD409
RGB
CMYK
RGB Variations
Color information
#CDD409 (or 0xCDD409) is known color: Bird Flower. HEX triplet: CD, D4 and 09. RGB value is (205,212,9). Sum of RGB (Red+Green+Blue) = 205+212+9=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD409 is #322BF6. Grayscale: #BBBBBB. Windows color (decimal): -3288055 or 644301. OLE color: 644301.
HSL color Cylindrical-coordinate representation of color #CDD409: hue angle of 62.07º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDD409 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 9 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.17 |
| HSL | 62.07º | 0.92% | 0.43% | - |
| HSV(B) | 62.07º | 0.96% | 0.83% | - |
| XYZ | 48.77 | 60.09 | 9.29 | - |
| YUV | 186.77 | 27.68 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 9 | 0.03 | 0 | 0.96 | 0.17 | 62.07 | 0.92 | 0.43 |
| Hex | CD | D4 | 9 | 3 | 0 | 60 | 11 | 3E | 5C | 2B |
| Octal | 315 | 324 | 11 | 3 | 0 | 140 | 21 | 76 | 134 | 53 |
| Binary | 11001101 | 11010100 | 1001 | 11 | 0 | 1100000 | 10001 | 111110 | 1011100 | 101011 |
Color Harmonies of #CDD409
Complementary color
Monochromatic Colors of #CDD409
Black with #CDD409
Text Example
Text Example
White with #CDD409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD409; }
p { color: rgb(205,212,9); }
H1.HeaderClassName
{
color: #CDD409;
}
.AnyTagClassName
{
color: #CDD409;
}
</style>
background-color css
<style>
a { background-color: #CDD409; }
a { background-color: rgb(205,212,9); }
div.DivClassName
{
background-color: #CDD409;
}
.BgClassName
{
background-color: #CDD409;
}
</style>
border-color css
<style>
span { border-color: #CDD409; }
span { border-color: rgb(205,212,9); }
td.TdClassName
{
border-color: #CDD409;
}
.TagClassName
{
border-color: #CDD409;
}
</style>