Shades of Bird Flower #CDC00E
Tints of Bird Flower #CDC00E
RGB
CMYK
RGB Variations
Color information
#CDC00E (or 0xCDC00E) is known color: Bird Flower. HEX triplet: CD, C0 and 0E. RGB value is (205,192,14). Sum of RGB (Red+Green+Blue) = 205+192+14=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC00E is #323FF1. Grayscale: #B0B0B0. Windows color (decimal): -3293170 or 966861. OLE color: 966861.
HSL color Cylindrical-coordinate representation of color #CDC00E: hue angle of 55.92º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDC00E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 14 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.20 |
| HSL | 55.92º | 0.87% | 0.43% | - |
| HSV(B) | 55.92º | 0.93% | 0.8% | - |
| XYZ | 44.11 | 50.71 | 7.88 | - |
| YUV | 175.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 14 | 0 | 0.06 | 0.93 | 0.20 | 55.92 | 0.87 | 0.43 |
| Hex | CD | C0 | E | 0 | 6 | 5D | 14 | 38 | 57 | 2B |
| Octal | 315 | 300 | 16 | 0 | 6 | 135 | 24 | 70 | 127 | 53 |
| Binary | 11001101 | 11000000 | 1110 | 0 | 110 | 1011101 | 10100 | 111000 | 1010111 | 101011 |
Color Harmonies of #CDC00E
Complementary color
Monochromatic Colors of #CDC00E
Black with #CDC00E
Text Example
Text Example
White with #CDC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC00E; }
p { color: rgb(205,192,14); }
H1.HeaderClassName
{
color: #CDC00E;
}
.AnyTagClassName
{
color: #CDC00E;
}
</style>
background-color css
<style>
a { background-color: #CDC00E; }
a { background-color: rgb(205,192,14); }
div.DivClassName
{
background-color: #CDC00E;
}
.BgClassName
{
background-color: #CDC00E;
}
</style>
border-color css
<style>
span { border-color: #CDC00E; }
span { border-color: rgb(205,192,14); }
td.TdClassName
{
border-color: #CDC00E;
}
.TagClassName
{
border-color: #CDC00E;
}
</style>