Shades of Bird Flower #CDB30E
Tints of Bird Flower #CDB30E
RGB
CMYK
RGB Variations
Color information
#CDB30E (or 0xCDB30E) is known color: Bird Flower. HEX triplet: CD, B3 and 0E. RGB value is (205,179,14). Sum of RGB (Red+Green+Blue) = 205+179+14=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB30E is #324CF1. Grayscale: #A8A8A8. Windows color (decimal): -3296498 or 963533. OLE color: 963533.
HSL color Cylindrical-coordinate representation of color #CDB30E: hue angle of 51.83º 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 #CDB30E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.20 |
| HSL | 51.83º | 0.87% | 0.43% | - |
| HSV(B) | 51.83º | 0.93% | 0.8% | - |
| XYZ | 41.38 | 45.25 | 6.97 | - |
| YUV | 167.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 14 | 0 | 0.13 | 0.93 | 0.20 | 51.83 | 0.87 | 0.43 |
| Hex | CD | B3 | E | 0 | D | 5D | 14 | 34 | 57 | 2B |
| Octal | 315 | 263 | 16 | 0 | 15 | 135 | 24 | 64 | 127 | 53 |
| Binary | 11001101 | 10110011 | 1110 | 0 | 1101 | 1011101 | 10100 | 110100 | 1010111 | 101011 |
Color Harmonies of #CDB30E
Complementary color
Monochromatic Colors of #CDB30E
Black with #CDB30E
Text Example
Text Example
White with #CDB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB30E; }
p { color: rgb(205,179,14); }
H1.HeaderClassName
{
color: #CDB30E;
}
.AnyTagClassName
{
color: #CDB30E;
}
</style>
background-color css
<style>
a { background-color: #CDB30E; }
a { background-color: rgb(205,179,14); }
div.DivClassName
{
background-color: #CDB30E;
}
.BgClassName
{
background-color: #CDB30E;
}
</style>
border-color css
<style>
span { border-color: #CDB30E; }
span { border-color: rgb(205,179,14); }
td.TdClassName
{
border-color: #CDB30E;
}
.TagClassName
{
border-color: #CDB30E;
}
</style>