Shades of Bird Flower #CDB50E
Tints of Bird Flower #CDB50E
RGB
CMYK
RGB Variations
Color information
#CDB50E (or 0xCDB50E) is known color: Bird Flower. HEX triplet: CD, B5 and 0E. RGB value is (205,181,14). Sum of RGB (Red+Green+Blue) = 205+181+14=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB50E is #324AF1. Grayscale: #A9A9A9. Windows color (decimal): -3295986 or 964045. OLE color: 964045.
HSL color Cylindrical-coordinate representation of color #CDB50E: hue angle of 52.46º 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 #CDB50E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.20 |
| HSL | 52.46º | 0.87% | 0.43% | - |
| HSV(B) | 52.46º | 0.93% | 0.8% | - |
| XYZ | 41.78 | 46.06 | 7.1 | - |
| YUV | 169.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 14 | 0 | 0.12 | 0.93 | 0.20 | 52.46 | 0.87 | 0.43 |
| Hex | CD | B5 | E | 0 | C | 5D | 14 | 34 | 57 | 2B |
| Octal | 315 | 265 | 16 | 0 | 14 | 135 | 24 | 64 | 127 | 53 |
| Binary | 11001101 | 10110101 | 1110 | 0 | 1100 | 1011101 | 10100 | 110100 | 1010111 | 101011 |
Color Harmonies of #CDB50E
Complementary color
Monochromatic Colors of #CDB50E
Black with #CDB50E
Text Example
Text Example
White with #CDB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB50E; }
p { color: rgb(205,181,14); }
H1.HeaderClassName
{
color: #CDB50E;
}
.AnyTagClassName
{
color: #CDB50E;
}
</style>
background-color css
<style>
a { background-color: #CDB50E; }
a { background-color: rgb(205,181,14); }
div.DivClassName
{
background-color: #CDB50E;
}
.BgClassName
{
background-color: #CDB50E;
}
</style>
border-color css
<style>
span { border-color: #CDB50E; }
span { border-color: rgb(205,181,14); }
td.TdClassName
{
border-color: #CDB50E;
}
.TagClassName
{
border-color: #CDB50E;
}
</style>