Shades of Bird Flower #CDC214
Tints of Bird Flower #CDC214
RGB
CMYK
RGB Variations
Color information
#CDC214 (or 0xCDC214) is known color: Bird Flower. HEX triplet: CD, C2 and 14. RGB value is (205,194,20). Sum of RGB (Red+Green+Blue) = 205+194+20=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC214 is #323DEB. Grayscale: #B2B2B2. Windows color (decimal): -3292652 or 1360589. OLE color: 1360589.
HSL color Cylindrical-coordinate representation of color #CDC214: hue angle of 56.43º degrees, saturation: 0.82, 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 #CDC214 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.20 |
| HSL | 56.43º | 0.82% | 0.44% | - |
| HSV(B) | 56.43º | 0.9% | 0.8% | - |
| XYZ | 44.59 | 51.61 | 8.27 | - |
| YUV | 177.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 20 | 0 | 0.05 | 0.90 | 0.20 | 56.43 | 0.82 | 0.44 |
| Hex | CD | C2 | 14 | 0 | 5 | 5A | 14 | 38 | 52 | 2C |
| Octal | 315 | 302 | 24 | 0 | 5 | 132 | 24 | 70 | 122 | 54 |
| Binary | 11001101 | 11000010 | 10100 | 0 | 101 | 1011010 | 10100 | 111000 | 1010010 | 101100 |
Color Harmonies of #CDC214
Complementary color
Monochromatic Colors of #CDC214
Black with #CDC214
Text Example
Text Example
White with #CDC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC214; }
p { color: rgb(205,194,20); }
H1.HeaderClassName
{
color: #CDC214;
}
.AnyTagClassName
{
color: #CDC214;
}
</style>
background-color css
<style>
a { background-color: #CDC214; }
a { background-color: rgb(205,194,20); }
div.DivClassName
{
background-color: #CDC214;
}
.BgClassName
{
background-color: #CDC214;
}
</style>
border-color css
<style>
span { border-color: #CDC214; }
span { border-color: rgb(205,194,20); }
td.TdClassName
{
border-color: #CDC214;
}
.TagClassName
{
border-color: #CDC214;
}
</style>