Shades of Bird Flower #CDC601
Tints of Bird Flower #CDC601
RGB
CMYK
RGB Variations
Color information
#CDC601 (or 0xCDC601) is known color: Bird Flower. HEX triplet: CD, C6 and 01. RGB value is (205,198,1). Sum of RGB (Red+Green+Blue) = 205+198+1=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC601 is #3239FE. Grayscale: #B2B2B2. Windows color (decimal): -3291647 or 116429. OLE color: 116429.
HSL color Cylindrical-coordinate representation of color #CDC601: hue angle of 57.94º 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 #CDC601 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.20 |
| HSL | 57.94º | 0.99% | 0.4% | - |
| HSV(B) | 57.94º | 1% | 0.8% | - |
| XYZ | 45.38 | 53.37 | 7.94 | - |
| YUV | 177.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 1 | 0 | 0.03 | 1.00 | 0.20 | 57.94 | 0.99 | 0.4 |
| Hex | CD | C6 | 1 | 0 | 3 | 64 | 14 | 3A | 63 | 28 |
| Octal | 315 | 306 | 1 | 0 | 3 | 144 | 24 | 72 | 143 | 50 |
| Binary | 11001101 | 11000110 | 1 | 0 | 11 | 1100100 | 10100 | 111010 | 1100011 | 101000 |
Color Harmonies of #CDC601
Complementary color
Monochromatic Colors of #CDC601
Black with #CDC601
Text Example
Text Example
White with #CDC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC601; }
p { color: rgb(205,198,1); }
H1.HeaderClassName
{
color: #CDC601;
}
.AnyTagClassName
{
color: #CDC601;
}
</style>
background-color css
<style>
a { background-color: #CDC601; }
a { background-color: rgb(205,198,1); }
div.DivClassName
{
background-color: #CDC601;
}
.BgClassName
{
background-color: #CDC601;
}
</style>
border-color css
<style>
span { border-color: #CDC601; }
span { border-color: rgb(205,198,1); }
td.TdClassName
{
border-color: #CDC601;
}
.TagClassName
{
border-color: #CDC601;
}
</style>