Shades of Bird Flower #CDD505
Tints of Bird Flower #CDD505
RGB
CMYK
RGB Variations
Color information
#CDD505 (or 0xCDD505) is known color: Bird Flower. HEX triplet: CD, D5 and 05. RGB value is (205,213,5). Sum of RGB (Red+Green+Blue) = 205+213+5=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD505 is #322AFA. Grayscale: #BBBBBB. Windows color (decimal): -3287803 or 382413. OLE color: 382413.
HSL color Cylindrical-coordinate representation of color #CDD505: hue angle of 62.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDD505 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.16 |
| HSL | 62.31º | 0.95% | 0.43% | - |
| HSV(B) | 62.31º | 0.98% | 0.84% | - |
| XYZ | 49 | 60.58 | 9.25 | - |
| YUV | 186.9 | 25.35 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 5 | 0.04 | 0 | 0.98 | 0.16 | 62.31 | 0.95 | 0.43 |
| Hex | CD | D5 | 5 | 4 | 0 | 62 | 10 | 3E | 5F | 2B |
| Octal | 315 | 325 | 5 | 4 | 0 | 142 | 20 | 76 | 137 | 53 |
| Binary | 11001101 | 11010101 | 101 | 100 | 0 | 1100010 | 10000 | 111110 | 1011111 | 101011 |
Color Harmonies of #CDD505
Complementary color
Monochromatic Colors of #CDD505
Black with #CDD505
Text Example
Text Example
White with #CDD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD505; }
p { color: rgb(205,213,5); }
H1.HeaderClassName
{
color: #CDD505;
}
.AnyTagClassName
{
color: #CDD505;
}
</style>
background-color css
<style>
a { background-color: #CDD505; }
a { background-color: rgb(205,213,5); }
div.DivClassName
{
background-color: #CDD505;
}
.BgClassName
{
background-color: #CDD505;
}
</style>
border-color css
<style>
span { border-color: #CDD505; }
span { border-color: rgb(205,213,5); }
td.TdClassName
{
border-color: #CDD505;
}
.TagClassName
{
border-color: #CDD505;
}
</style>