Shades of Bird Flower #CDD709
Tints of Bird Flower #CDD709
RGB
CMYK
RGB Variations
Color information
#CDD709 (or 0xCDD709) is known color: Bird Flower. HEX triplet: CD, D7 and 09. RGB value is (205,215,9). Sum of RGB (Red+Green+Blue) = 205+215+9=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD709 is #3228F6. Grayscale: #BDBDBD. Windows color (decimal): -3287287 or 645069. OLE color: 645069.
HSL color Cylindrical-coordinate representation of color #CDD709: hue angle of 62.91º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDD709 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.16 |
| HSL | 62.91º | 0.92% | 0.44% | - |
| HSV(B) | 62.91º | 0.96% | 0.84% | - |
| XYZ | 49.53 | 61.6 | 9.54 | - |
| YUV | 188.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 9 | 0.05 | 0 | 0.96 | 0.16 | 62.91 | 0.92 | 0.44 |
| Hex | CD | D7 | 9 | 5 | 0 | 60 | 10 | 3F | 5C | 2C |
| Octal | 315 | 327 | 11 | 5 | 0 | 140 | 20 | 77 | 134 | 54 |
| Binary | 11001101 | 11010111 | 1001 | 101 | 0 | 1100000 | 10000 | 111111 | 1011100 | 101100 |
Color Harmonies of #CDD709
Complementary color
Monochromatic Colors of #CDD709
Black with #CDD709
Text Example
Text Example
White with #CDD709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD709; }
p { color: rgb(205,215,9); }
H1.HeaderClassName
{
color: #CDD709;
}
.AnyTagClassName
{
color: #CDD709;
}
</style>
background-color css
<style>
a { background-color: #CDD709; }
a { background-color: rgb(205,215,9); }
div.DivClassName
{
background-color: #CDD709;
}
.BgClassName
{
background-color: #CDD709;
}
</style>
border-color css
<style>
span { border-color: #CDD709; }
span { border-color: rgb(205,215,9); }
td.TdClassName
{
border-color: #CDD709;
}
.TagClassName
{
border-color: #CDD709;
}
</style>