Shades of Bird Flower #CDD001
Tints of Bird Flower #CDD001
RGB
CMYK
RGB Variations
Color information
#CDD001 (or 0xCDD001) is known color: Bird Flower. HEX triplet: CD, D0 and 01. RGB value is (205,208,1). Sum of RGB (Red+Green+Blue) = 205+208+1=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD001 is #322FFE. Grayscale: #B8B8B8. Windows color (decimal): -3289087 or 118989. OLE color: 118989.
HSL color Cylindrical-coordinate representation of color #CDD001: hue angle of 60.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD001 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.18 |
| HSL | 60.87º | 0.99% | 0.41% | - |
| HSV(B) | 60.87º | 1% | 0.82% | - |
| XYZ | 47.74 | 58.09 | 8.73 | - |
| YUV | 183.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 1 | 0.01 | 0 | 1.00 | 0.18 | 60.87 | 0.99 | 0.41 |
| Hex | CD | D0 | 1 | 1 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 315 | 320 | 1 | 1 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11001101 | 11010000 | 1 | 1 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #CDD001
Complementary color
Monochromatic Colors of #CDD001
Black with #CDD001
Text Example
Text Example
White with #CDD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD001; }
p { color: rgb(205,208,1); }
H1.HeaderClassName
{
color: #CDD001;
}
.AnyTagClassName
{
color: #CDD001;
}
</style>
background-color css
<style>
a { background-color: #CDD001; }
a { background-color: rgb(205,208,1); }
div.DivClassName
{
background-color: #CDD001;
}
.BgClassName
{
background-color: #CDD001;
}
</style>
border-color css
<style>
span { border-color: #CDD001; }
span { border-color: rgb(205,208,1); }
td.TdClassName
{
border-color: #CDD001;
}
.TagClassName
{
border-color: #CDD001;
}
</style>