Shades of Bird Flower #CDD50B
Tints of Bird Flower #CDD50B
RGB
CMYK
RGB Variations
Color information
#CDD50B (or 0xCDD50B) is known color: Bird Flower. HEX triplet: CD, D5 and 0B. RGB value is (205,213,11). Sum of RGB (Red+Green+Blue) = 205+213+11=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD50B is #322AF4. Grayscale: #BCBCBC. Windows color (decimal): -3287797 or 775629. OLE color: 775629.
HSL color Cylindrical-coordinate representation of color #CDD50B: hue angle of 62.38º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDD50B is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 11 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.16 |
| HSL | 62.38º | 0.9% | 0.44% | - |
| HSV(B) | 62.38º | 0.95% | 0.84% | - |
| XYZ | 49.03 | 60.59 | 9.43 | - |
| YUV | 187.58 | 28.35 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 11 | 0.04 | 0 | 0.95 | 0.16 | 62.38 | 0.9 | 0.44 |
| Hex | CD | D5 | B | 4 | 0 | 5F | 10 | 3E | 5A | 2C |
| Octal | 315 | 325 | 13 | 4 | 0 | 137 | 20 | 76 | 132 | 54 |
| Binary | 11001101 | 11010101 | 1011 | 100 | 0 | 1011111 | 10000 | 111110 | 1011010 | 101100 |
Color Harmonies of #CDD50B
Complementary color
Monochromatic Colors of #CDD50B
Black with #CDD50B
Text Example
Text Example
White with #CDD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD50B; }
p { color: rgb(205,213,11); }
H1.HeaderClassName
{
color: #CDD50B;
}
.AnyTagClassName
{
color: #CDD50B;
}
</style>
background-color css
<style>
a { background-color: #CDD50B; }
a { background-color: rgb(205,213,11); }
div.DivClassName
{
background-color: #CDD50B;
}
.BgClassName
{
background-color: #CDD50B;
}
</style>
border-color css
<style>
span { border-color: #CDD50B; }
span { border-color: rgb(205,213,11); }
td.TdClassName
{
border-color: #CDD50B;
}
.TagClassName
{
border-color: #CDD50B;
}
</style>