Shades of Bird Flower #CDC50E
Tints of Bird Flower #CDC50E
RGB
CMYK
RGB Variations
Color information
#CDC50E (or 0xCDC50E) is known color: Bird Flower. HEX triplet: CD, C5 and 0E. RGB value is (205,197,14). Sum of RGB (Red+Green+Blue) = 205+197+14=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC50E is #323AF1. Grayscale: #B3B3B3. Windows color (decimal): -3291890 or 968141. OLE color: 968141.
HSL color Cylindrical-coordinate representation of color #CDC50E: hue angle of 57.49º 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 #CDC50E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.20 |
| HSL | 57.49º | 0.87% | 0.43% | - |
| HSV(B) | 57.49º | 0.93% | 0.8% | - |
| XYZ | 45.22 | 52.94 | 8.25 | - |
| YUV | 178.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 14 | 0 | 0.04 | 0.93 | 0.20 | 57.49 | 0.87 | 0.43 |
| Hex | CD | C5 | E | 0 | 4 | 5D | 14 | 39 | 57 | 2B |
| Octal | 315 | 305 | 16 | 0 | 4 | 135 | 24 | 71 | 127 | 53 |
| Binary | 11001101 | 11000101 | 1110 | 0 | 100 | 1011101 | 10100 | 111001 | 1010111 | 101011 |
Color Harmonies of #CDC50E
Complementary color
Monochromatic Colors of #CDC50E
Black with #CDC50E
Text Example
Text Example
White with #CDC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC50E; }
p { color: rgb(205,197,14); }
H1.HeaderClassName
{
color: #CDC50E;
}
.AnyTagClassName
{
color: #CDC50E;
}
</style>
background-color css
<style>
a { background-color: #CDC50E; }
a { background-color: rgb(205,197,14); }
div.DivClassName
{
background-color: #CDC50E;
}
.BgClassName
{
background-color: #CDC50E;
}
</style>
border-color css
<style>
span { border-color: #CDC50E; }
span { border-color: rgb(205,197,14); }
td.TdClassName
{
border-color: #CDC50E;
}
.TagClassName
{
border-color: #CDC50E;
}
</style>