Shades of Bird Flower #CDD309
Tints of Bird Flower #CDD309
RGB
CMYK
RGB Variations
Color information
#CDD309 (or 0xCDD309) is known color: Bird Flower. HEX triplet: CD, D3 and 09. RGB value is (205,211,9). Sum of RGB (Red+Green+Blue) = 205+211+9=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD309 is #322CF6. Grayscale: #BABABA. Windows color (decimal): -3288311 or 644045. OLE color: 644045.
HSL color Cylindrical-coordinate representation of color #CDD309: hue angle of 61.78º 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 #CDD309 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 9 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.17 |
| HSL | 61.78º | 0.92% | 0.43% | - |
| HSV(B) | 61.78º | 0.96% | 0.83% | - |
| XYZ | 48.52 | 59.59 | 9.2 | - |
| YUV | 186.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 9 | 0.03 | 0 | 0.96 | 0.17 | 61.78 | 0.92 | 0.43 |
| Hex | CD | D3 | 9 | 3 | 0 | 60 | 11 | 3E | 5C | 2B |
| Octal | 315 | 323 | 11 | 3 | 0 | 140 | 21 | 76 | 134 | 53 |
| Binary | 11001101 | 11010011 | 1001 | 11 | 0 | 1100000 | 10001 | 111110 | 1011100 | 101011 |
Color Harmonies of #CDD309
Complementary color
Monochromatic Colors of #CDD309
Black with #CDD309
Text Example
Text Example
White with #CDD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD309; }
p { color: rgb(205,211,9); }
H1.HeaderClassName
{
color: #CDD309;
}
.AnyTagClassName
{
color: #CDD309;
}
</style>
background-color css
<style>
a { background-color: #CDD309; }
a { background-color: rgb(205,211,9); }
div.DivClassName
{
background-color: #CDD309;
}
.BgClassName
{
background-color: #CDD309;
}
</style>
border-color css
<style>
span { border-color: #CDD309; }
span { border-color: rgb(205,211,9); }
td.TdClassName
{
border-color: #CDD309;
}
.TagClassName
{
border-color: #CDD309;
}
</style>