Shades of Bird Flower #CDC211
Tints of Bird Flower #CDC211
RGB
CMYK
RGB Variations
Color information
#CDC211 (or 0xCDC211) is known color: Bird Flower. HEX triplet: CD, C2 and 11. RGB value is (205,194,17). Sum of RGB (Red+Green+Blue) = 205+194+17=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC211 is #323DEE. Grayscale: #B1B1B1. Windows color (decimal): -3292655 or 1163981. OLE color: 1163981.
HSL color Cylindrical-coordinate representation of color #CDC211: hue angle of 56.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDC211 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.20 |
| HSL | 56.49º | 0.85% | 0.44% | - |
| HSV(B) | 56.49º | 0.92% | 0.8% | - |
| XYZ | 44.57 | 51.6 | 8.14 | - |
| YUV | 177.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 17 | 0 | 0.05 | 0.92 | 0.20 | 56.49 | 0.85 | 0.44 |
| Hex | CD | C2 | 11 | 0 | 5 | 5C | 14 | 38 | 55 | 2C |
| Octal | 315 | 302 | 21 | 0 | 5 | 134 | 24 | 70 | 125 | 54 |
| Binary | 11001101 | 11000010 | 10001 | 0 | 101 | 1011100 | 10100 | 111000 | 1010101 | 101100 |
Color Harmonies of #CDC211
Complementary color
Monochromatic Colors of #CDC211
Black with #CDC211
Text Example
Text Example
White with #CDC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC211; }
p { color: rgb(205,194,17); }
H1.HeaderClassName
{
color: #CDC211;
}
.AnyTagClassName
{
color: #CDC211;
}
</style>
background-color css
<style>
a { background-color: #CDC211; }
a { background-color: rgb(205,194,17); }
div.DivClassName
{
background-color: #CDC211;
}
.BgClassName
{
background-color: #CDC211;
}
</style>
border-color css
<style>
span { border-color: #CDC211; }
span { border-color: rgb(205,194,17); }
td.TdClassName
{
border-color: #CDC211;
}
.TagClassName
{
border-color: #CDC211;
}
</style>