Shades of Bird Flower #CDD006
Tints of Bird Flower #CDD006
RGB
CMYK
RGB Variations
Color information
#CDD006 (or 0xCDD006) is known color: Bird Flower. HEX triplet: CD, D0 and 06. RGB value is (205,208,6). Sum of RGB (Red+Green+Blue) = 205+208+6=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD006 is #322FF9. Grayscale: #B8B8B8. Windows color (decimal): -3289082 or 446669. OLE color: 446669.
HSL color Cylindrical-coordinate representation of color #CDD006: hue angle of 60.89º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDD006 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.18 |
| HSL | 60.89º | 0.94% | 0.42% | - |
| HSV(B) | 60.89º | 0.97% | 0.82% | - |
| XYZ | 47.77 | 58.1 | 8.87 | - |
| YUV | 184.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 6 | 0.01 | 0 | 0.97 | 0.18 | 60.89 | 0.94 | 0.42 |
| Hex | CD | D0 | 6 | 1 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 315 | 320 | 6 | 1 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001101 | 11010000 | 110 | 1 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CDD006
Complementary color
Monochromatic Colors of #CDD006
Black with #CDD006
Text Example
Text Example
White with #CDD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD006; }
p { color: rgb(205,208,6); }
H1.HeaderClassName
{
color: #CDD006;
}
.AnyTagClassName
{
color: #CDD006;
}
</style>
background-color css
<style>
a { background-color: #CDD006; }
a { background-color: rgb(205,208,6); }
div.DivClassName
{
background-color: #CDD006;
}
.BgClassName
{
background-color: #CDD006;
}
</style>
border-color css
<style>
span { border-color: #CDD006; }
span { border-color: rgb(205,208,6); }
td.TdClassName
{
border-color: #CDD006;
}
.TagClassName
{
border-color: #CDD006;
}
</style>