Shades of Bird Flower #CDC001
Tints of Bird Flower #CDC001
RGB
CMYK
RGB Variations
Color information
#CDC001 (or 0xCDC001) is known color: Bird Flower. HEX triplet: CD, C0 and 01. RGB value is (205,192,1). Sum of RGB (Red+Green+Blue) = 205+192+1=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC001 is #323FFE. Grayscale: #AEAEAE. Windows color (decimal): -3293183 or 114893. OLE color: 114893.
HSL color Cylindrical-coordinate representation of color #CDC001: hue angle of 56.18º 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 #CDC001 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.20 |
| HSL | 56.18º | 0.99% | 0.4% | - |
| HSV(B) | 56.18º | 1% | 0.8% | - |
| XYZ | 44.03 | 50.68 | 7.49 | - |
| YUV | 174.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 1 | 0 | 0.06 | 1.00 | 0.20 | 56.18 | 0.99 | 0.4 |
| Hex | CD | C0 | 1 | 0 | 6 | 64 | 14 | 38 | 63 | 28 |
| Octal | 315 | 300 | 1 | 0 | 6 | 144 | 24 | 70 | 143 | 50 |
| Binary | 11001101 | 11000000 | 1 | 0 | 110 | 1100100 | 10100 | 111000 | 1100011 | 101000 |
Color Harmonies of #CDC001
Complementary color
Monochromatic Colors of #CDC001
Black with #CDC001
Text Example
Text Example
White with #CDC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC001; }
p { color: rgb(205,192,1); }
H1.HeaderClassName
{
color: #CDC001;
}
.AnyTagClassName
{
color: #CDC001;
}
</style>
background-color css
<style>
a { background-color: #CDC001; }
a { background-color: rgb(205,192,1); }
div.DivClassName
{
background-color: #CDC001;
}
.BgClassName
{
background-color: #CDC001;
}
</style>
border-color css
<style>
span { border-color: #CDC001; }
span { border-color: rgb(205,192,1); }
td.TdClassName
{
border-color: #CDC001;
}
.TagClassName
{
border-color: #CDC001;
}
</style>