Shades of Bird Flower #CDC801
Tints of Bird Flower #CDC801
RGB
CMYK
RGB Variations
Color information
#CDC801 (or 0xCDC801) is known color: Bird Flower. HEX triplet: CD, C8 and 01. RGB value is (205,200,1). Sum of RGB (Red+Green+Blue) = 205+200+1=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC801 is #3237FE. Grayscale: #B3B3B3. Windows color (decimal): -3291135 or 116941. OLE color: 116941.
HSL color Cylindrical-coordinate representation of color #CDC801: hue angle of 58.53º 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 #CDC801 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.20 |
| HSL | 58.53º | 0.99% | 0.4% | - |
| HSV(B) | 58.53º | 1% | 0.8% | - |
| XYZ | 45.84 | 54.29 | 8.09 | - |
| YUV | 178.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 1 | 0 | 0.02 | 1.00 | 0.20 | 58.53 | 0.99 | 0.4 |
| Hex | CD | C8 | 1 | 0 | 2 | 64 | 14 | 3B | 63 | 28 |
| Octal | 315 | 310 | 1 | 0 | 2 | 144 | 24 | 73 | 143 | 50 |
| Binary | 11001101 | 11001000 | 1 | 0 | 10 | 1100100 | 10100 | 111011 | 1100011 | 101000 |
Color Harmonies of #CDC801
Complementary color
Monochromatic Colors of #CDC801
Black with #CDC801
Text Example
Text Example
White with #CDC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC801; }
p { color: rgb(205,200,1); }
H1.HeaderClassName
{
color: #CDC801;
}
.AnyTagClassName
{
color: #CDC801;
}
</style>
background-color css
<style>
a { background-color: #CDC801; }
a { background-color: rgb(205,200,1); }
div.DivClassName
{
background-color: #CDC801;
}
.BgClassName
{
background-color: #CDC801;
}
</style>
border-color css
<style>
span { border-color: #CDC801; }
span { border-color: rgb(205,200,1); }
td.TdClassName
{
border-color: #CDC801;
}
.TagClassName
{
border-color: #CDC801;
}
</style>