Shades of Bird Flower #CDC200
Tints of Bird Flower #CDC200
RGB
CMYK
RGB Variations
Color information
#CDC200 (or 0xCDC200) is known color: Bird Flower. HEX triplet: CD, C2 and 00. RGB value is (205,194,0). Sum of RGB (Red+Green+Blue) = 205+194+0=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC200 is #323DFF. Grayscale: #AFAFAF. Windows color (decimal): -3292672 or 49869. OLE color: 49869.
HSL color Cylindrical-coordinate representation of color #CDC200: hue angle of 56.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDC200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.20 |
| HSL | 56.78º | 1% | 0.4% | - |
| HSV(B) | 56.78º | 1% | 0.8% | - |
| XYZ | 44.47 | 51.56 | 7.61 | - |
| YUV | 175.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 0 | 0 | 0.05 | 1 | 0.20 | 56.78 | 1 | 0.4 |
| Hex | CD | C2 | 0 | 0 | 5 | 64 | 14 | 39 | 64 | 28 |
| Octal | 315 | 302 | 0 | 0 | 5 | 144 | 24 | 71 | 144 | 50 |
| Binary | 11001101 | 11000010 | 0 | 0 | 101 | 1100100 | 10100 | 111001 | 1100100 | 101000 |
Color Harmonies of #CDC200
Complementary color
Monochromatic Colors of #CDC200
Black with #CDC200
Text Example
Text Example
White with #CDC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC200; }
p { color: rgb(205,194,0); }
H1.HeaderClassName
{
color: #CDC200;
}
.AnyTagClassName
{
color: #CDC200;
}
</style>
background-color css
<style>
a { background-color: #CDC200; }
a { background-color: rgb(205,194,0); }
div.DivClassName
{
background-color: #CDC200;
}
.BgClassName
{
background-color: #CDC200;
}
</style>
border-color css
<style>
span { border-color: #CDC200; }
span { border-color: rgb(205,194,0); }
td.TdClassName
{
border-color: #CDC200;
}
.TagClassName
{
border-color: #CDC200;
}
</style>