Shades of Bird Flower #CDC215
Tints of Bird Flower #CDC215
RGB
CMYK
RGB Variations
Color information
#CDC215 (or 0xCDC215) is known color: Bird Flower. HEX triplet: CD, C2 and 15. RGB value is (205,194,21). Sum of RGB (Red+Green+Blue) = 205+194+21=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC215 is #323DEA. Grayscale: #B2B2B2. Windows color (decimal): -3292651 or 1426125. OLE color: 1426125.
HSL color Cylindrical-coordinate representation of color #CDC215: hue angle of 56.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDC215 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.20 |
| HSL | 56.41º | 0.81% | 0.44% | - |
| HSV(B) | 56.41º | 0.9% | 0.8% | - |
| XYZ | 44.6 | 51.62 | 8.32 | - |
| YUV | 177.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 21 | 0 | 0.05 | 0.90 | 0.20 | 56.41 | 0.81 | 0.44 |
| Hex | CD | C2 | 15 | 0 | 5 | 5A | 14 | 38 | 51 | 2C |
| Octal | 315 | 302 | 25 | 0 | 5 | 132 | 24 | 70 | 121 | 54 |
| Binary | 11001101 | 11000010 | 10101 | 0 | 101 | 1011010 | 10100 | 111000 | 1010001 | 101100 |
Color Harmonies of #CDC215
Complementary color
Monochromatic Colors of #CDC215
Black with #CDC215
Text Example
Text Example
White with #CDC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC215; }
p { color: rgb(205,194,21); }
H1.HeaderClassName
{
color: #CDC215;
}
.AnyTagClassName
{
color: #CDC215;
}
</style>
background-color css
<style>
a { background-color: #CDC215; }
a { background-color: rgb(205,194,21); }
div.DivClassName
{
background-color: #CDC215;
}
.BgClassName
{
background-color: #CDC215;
}
</style>
border-color css
<style>
span { border-color: #CDC215; }
span { border-color: rgb(205,194,21); }
td.TdClassName
{
border-color: #CDC215;
}
.TagClassName
{
border-color: #CDC215;
}
</style>