Shades of Bird Flower #CDC901
Tints of Bird Flower #CDC901
RGB
CMYK
RGB Variations
Color information
#CDC901 (or 0xCDC901) is known color: Bird Flower. HEX triplet: CD, C9 and 01. RGB value is (205,201,1). Sum of RGB (Red+Green+Blue) = 205+201+1=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC901 is #3236FE. Grayscale: #B4B4B4. Windows color (decimal): -3290879 or 117197. OLE color: 117197.
HSL color Cylindrical-coordinate representation of color #CDC901: hue angle of 58.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDC901 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.20 |
| HSL | 58.82º | 0.99% | 0.4% | - |
| HSV(B) | 58.82º | 1% | 0.8% | - |
| XYZ | 46.07 | 54.75 | 8.17 | - |
| YUV | 179.4 | 27.33 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 1 | 0 | 0.02 | 1.00 | 0.20 | 58.82 | 0.99 | 0.4 |
| Hex | CD | C9 | 1 | 0 | 2 | 64 | 14 | 3B | 63 | 28 |
| Octal | 315 | 311 | 1 | 0 | 2 | 144 | 24 | 73 | 143 | 50 |
| Binary | 11001101 | 11001001 | 1 | 0 | 10 | 1100100 | 10100 | 111011 | 1100011 | 101000 |
Color Harmonies of #CDC901
Complementary color
Monochromatic Colors of #CDC901
Black with #CDC901
Text Example
Text Example
White with #CDC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC901; }
p { color: rgb(205,201,1); }
H1.HeaderClassName
{
color: #CDC901;
}
.AnyTagClassName
{
color: #CDC901;
}
</style>
background-color css
<style>
a { background-color: #CDC901; }
a { background-color: rgb(205,201,1); }
div.DivClassName
{
background-color: #CDC901;
}
.BgClassName
{
background-color: #CDC901;
}
</style>
border-color css
<style>
span { border-color: #CDC901; }
span { border-color: rgb(205,201,1); }
td.TdClassName
{
border-color: #CDC901;
}
.TagClassName
{
border-color: #CDC901;
}
</style>