Shades of Bird Flower #CDD807
Tints of Bird Flower #CDD807
RGB
CMYK
RGB Variations
Color information
#CDD807 (or 0xCDD807) is known color: Bird Flower. HEX triplet: CD, D8 and 07. RGB value is (205,216,7). Sum of RGB (Red+Green+Blue) = 205+216+7=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD807 is #3227F8. Grayscale: #BDBDBD. Windows color (decimal): -3287033 or 514253. OLE color: 514253.
HSL color Cylindrical-coordinate representation of color #CDD807: hue angle of 63.16º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDD807 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 7 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.15 |
| HSL | 63.16º | 0.94% | 0.44% | - |
| HSV(B) | 63.16º | 0.97% | 0.85% | - |
| XYZ | 49.77 | 62.11 | 9.57 | - |
| YUV | 188.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 7 | 0.05 | 0 | 0.97 | 0.15 | 63.16 | 0.94 | 0.44 |
| Hex | CD | D8 | 7 | 5 | 0 | 61 | F | 3F | 5E | 2C |
| Octal | 315 | 330 | 7 | 5 | 0 | 141 | 17 | 77 | 136 | 54 |
| Binary | 11001101 | 11011000 | 111 | 101 | 0 | 1100001 | 1111 | 111111 | 1011110 | 101100 |
Color Harmonies of #CDD807
Complementary color
Monochromatic Colors of #CDD807
Black with #CDD807
Text Example
Text Example
White with #CDD807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD807; }
p { color: rgb(205,216,7); }
H1.HeaderClassName
{
color: #CDD807;
}
.AnyTagClassName
{
color: #CDD807;
}
</style>
background-color css
<style>
a { background-color: #CDD807; }
a { background-color: rgb(205,216,7); }
div.DivClassName
{
background-color: #CDD807;
}
.BgClassName
{
background-color: #CDD807;
}
</style>
border-color css
<style>
span { border-color: #CDD807; }
span { border-color: rgb(205,216,7); }
td.TdClassName
{
border-color: #CDD807;
}
.TagClassName
{
border-color: #CDD807;
}
</style>