Shades of Bird Flower #CDD508
Tints of Bird Flower #CDD508
RGB
CMYK
RGB Variations
Color information
#CDD508 (or 0xCDD508) is known color: Bird Flower. HEX triplet: CD, D5 and 08. RGB value is (205,213,8). Sum of RGB (Red+Green+Blue) = 205+213+8=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD508 is #322AF7. Grayscale: #BCBCBC. Windows color (decimal): -3287800 or 579021. OLE color: 579021.
HSL color Cylindrical-coordinate representation of color #CDD508: hue angle of 62.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDD508 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.16 |
| HSL | 62.34º | 0.93% | 0.43% | - |
| HSV(B) | 62.34º | 0.96% | 0.84% | - |
| XYZ | 49.01 | 60.59 | 9.34 | - |
| YUV | 187.24 | 26.85 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 8 | 0.04 | 0 | 0.96 | 0.16 | 62.34 | 0.93 | 0.43 |
| Hex | CD | D5 | 8 | 4 | 0 | 60 | 10 | 3E | 5D | 2B |
| Octal | 315 | 325 | 10 | 4 | 0 | 140 | 20 | 76 | 135 | 53 |
| Binary | 11001101 | 11010101 | 1000 | 100 | 0 | 1100000 | 10000 | 111110 | 1011101 | 101011 |
Color Harmonies of #CDD508
Complementary color
Monochromatic Colors of #CDD508
Black with #CDD508
Text Example
Text Example
White with #CDD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD508; }
p { color: rgb(205,213,8); }
H1.HeaderClassName
{
color: #CDD508;
}
.AnyTagClassName
{
color: #CDD508;
}
</style>
background-color css
<style>
a { background-color: #CDD508; }
a { background-color: rgb(205,213,8); }
div.DivClassName
{
background-color: #CDD508;
}
.BgClassName
{
background-color: #CDD508;
}
</style>
border-color css
<style>
span { border-color: #CDD508; }
span { border-color: rgb(205,213,8); }
td.TdClassName
{
border-color: #CDD508;
}
.TagClassName
{
border-color: #CDD508;
}
</style>