Shades of Bird Flower #CDD007
Tints of Bird Flower #CDD007
RGB
CMYK
RGB Variations
Color information
#CDD007 (or 0xCDD007) is known color: Bird Flower. HEX triplet: CD, D0 and 07. RGB value is (205,208,7). Sum of RGB (Red+Green+Blue) = 205+208+7=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD007 is #322FF8. Grayscale: #B8B8B8. Windows color (decimal): -3289081 or 512205. OLE color: 512205.
HSL color Cylindrical-coordinate representation of color #CDD007: hue angle of 60.9º degrees, saturation: 0.93, 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 #CDD007 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.18 |
| HSL | 60.9º | 0.93% | 0.42% | - |
| HSV(B) | 60.9º | 0.97% | 0.82% | - |
| XYZ | 47.77 | 58.11 | 8.9 | - |
| YUV | 184.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 7 | 0.01 | 0 | 0.97 | 0.18 | 60.9 | 0.93 | 0.42 |
| Hex | CD | D0 | 7 | 1 | 0 | 61 | 12 | 3D | 5D | 2A |
| Octal | 315 | 320 | 7 | 1 | 0 | 141 | 22 | 75 | 135 | 52 |
| Binary | 11001101 | 11010000 | 111 | 1 | 0 | 1100001 | 10010 | 111101 | 1011101 | 101010 |
Color Harmonies of #CDD007
Complementary color
Monochromatic Colors of #CDD007
Black with #CDD007
Text Example
Text Example
White with #CDD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD007; }
p { color: rgb(205,208,7); }
H1.HeaderClassName
{
color: #CDD007;
}
.AnyTagClassName
{
color: #CDD007;
}
</style>
background-color css
<style>
a { background-color: #CDD007; }
a { background-color: rgb(205,208,7); }
div.DivClassName
{
background-color: #CDD007;
}
.BgClassName
{
background-color: #CDD007;
}
</style>
border-color css
<style>
span { border-color: #CDD007; }
span { border-color: rgb(205,208,7); }
td.TdClassName
{
border-color: #CDD007;
}
.TagClassName
{
border-color: #CDD007;
}
</style>