Shades of Bird Flower #CDBA0A
Tints of Bird Flower #CDBA0A
RGB
CMYK
RGB Variations
Color information
#CDBA0A (or 0xCDBA0A) is known color: Bird Flower. HEX triplet: CD, BA and 0A. RGB value is (205,186,10). Sum of RGB (Red+Green+Blue) = 205+186+10=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDBA0A is #3245F5. Grayscale: #ACACAC. Windows color (decimal): -3294710 or 703181. OLE color: 703181.
HSL color Cylindrical-coordinate representation of color #CDBA0A: hue angle of 54.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDBA0A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.20 |
| HSL | 54.15º | 0.91% | 0.42% | - |
| HSV(B) | 54.15º | 0.95% | 0.8% | - |
| XYZ | 42.79 | 48.12 | 7.32 | - |
| YUV | 171.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 10 | 0 | 0.09 | 0.95 | 0.20 | 54.15 | 0.91 | 0.42 |
| Hex | CD | BA | A | 0 | 9 | 5F | 14 | 36 | 5B | 2A |
| Octal | 315 | 272 | 12 | 0 | 11 | 137 | 24 | 66 | 133 | 52 |
| Binary | 11001101 | 10111010 | 1010 | 0 | 1001 | 1011111 | 10100 | 110110 | 1011011 | 101010 |
Color Harmonies of #CDBA0A
Complementary color
Monochromatic Colors of #CDBA0A
Black with #CDBA0A
Text Example
Text Example
White with #CDBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA0A; }
p { color: rgb(205,186,10); }
H1.HeaderClassName
{
color: #CDBA0A;
}
.AnyTagClassName
{
color: #CDBA0A;
}
</style>
background-color css
<style>
a { background-color: #CDBA0A; }
a { background-color: rgb(205,186,10); }
div.DivClassName
{
background-color: #CDBA0A;
}
.BgClassName
{
background-color: #CDBA0A;
}
</style>
border-color css
<style>
span { border-color: #CDBA0A; }
span { border-color: rgb(205,186,10); }
td.TdClassName
{
border-color: #CDBA0A;
}
.TagClassName
{
border-color: #CDBA0A;
}
</style>