Shades of Bird Flower #CDB00E
Tints of Bird Flower #CDB00E
RGB
CMYK
RGB Variations
Color information
#CDB00E (or 0xCDB00E) is known color: Bird Flower. HEX triplet: CD, B0 and 0E. RGB value is (205,176,14). Sum of RGB (Red+Green+Blue) = 205+176+14=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB00E is #324FF1. Grayscale: #A6A6A6. Windows color (decimal): -3297266 or 962765. OLE color: 962765.
HSL color Cylindrical-coordinate representation of color #CDB00E: hue angle of 50.89º 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 #CDB00E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.20 |
| HSL | 50.89º | 0.87% | 0.43% | - |
| HSV(B) | 50.89º | 0.93% | 0.8% | - |
| XYZ | 40.78 | 44.06 | 6.77 | - |
| YUV | 166.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 14 | 0 | 0.14 | 0.93 | 0.20 | 50.89 | 0.87 | 0.43 |
| Hex | CD | B0 | E | 0 | E | 5D | 14 | 33 | 57 | 2B |
| Octal | 315 | 260 | 16 | 0 | 16 | 135 | 24 | 63 | 127 | 53 |
| Binary | 11001101 | 10110000 | 1110 | 0 | 1110 | 1011101 | 10100 | 110011 | 1010111 | 101011 |
Color Harmonies of #CDB00E
Complementary color
Monochromatic Colors of #CDB00E
Black with #CDB00E
Text Example
Text Example
White with #CDB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB00E; }
p { color: rgb(205,176,14); }
H1.HeaderClassName
{
color: #CDB00E;
}
.AnyTagClassName
{
color: #CDB00E;
}
</style>
background-color css
<style>
a { background-color: #CDB00E; }
a { background-color: rgb(205,176,14); }
div.DivClassName
{
background-color: #CDB00E;
}
.BgClassName
{
background-color: #CDB00E;
}
</style>
border-color css
<style>
span { border-color: #CDB00E; }
span { border-color: rgb(205,176,14); }
td.TdClassName
{
border-color: #CDB00E;
}
.TagClassName
{
border-color: #CDB00E;
}
</style>