Shades of Bird Flower #CDBA20
Tints of Bird Flower #CDBA20
RGB
CMYK
RGB Variations
Color information
#CDBA20 (or 0xCDBA20) is known color: Bird Flower. HEX triplet: CD, BA and 20. RGB value is (205,186,32). Sum of RGB (Red+Green+Blue) = 205+186+32=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA20 is #3245DF. Grayscale: #AEAEAE. Windows color (decimal): -3294688 or 2144973. OLE color: 2144973.
HSL color Cylindrical-coordinate representation of color #CDBA20: hue angle of 53.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDBA20 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 32 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.20 |
| HSL | 53.41º | 0.73% | 0.46% | - |
| HSV(B) | 53.41º | 0.84% | 0.8% | - |
| XYZ | 43 | 48.2 | 8.4 | - |
| YUV | 174.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 32 | 0 | 0.09 | 0.84 | 0.20 | 53.41 | 0.73 | 0.46 |
| Hex | CD | BA | 20 | 0 | 9 | 54 | 14 | 35 | 49 | 2E |
| Octal | 315 | 272 | 40 | 0 | 11 | 124 | 24 | 65 | 111 | 56 |
| Binary | 11001101 | 10111010 | 100000 | 0 | 1001 | 1010100 | 10100 | 110101 | 1001001 | 101110 |
Color Harmonies of #CDBA20
Complementary color
Monochromatic Colors of #CDBA20
Black with #CDBA20
Text Example
Text Example
White with #CDBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA20; }
p { color: rgb(205,186,32); }
H1.HeaderClassName
{
color: #CDBA20;
}
.AnyTagClassName
{
color: #CDBA20;
}
</style>
background-color css
<style>
a { background-color: #CDBA20; }
a { background-color: rgb(205,186,32); }
div.DivClassName
{
background-color: #CDBA20;
}
.BgClassName
{
background-color: #CDBA20;
}
</style>
border-color css
<style>
span { border-color: #CDBA20; }
span { border-color: rgb(205,186,32); }
td.TdClassName
{
border-color: #CDBA20;
}
.TagClassName
{
border-color: #CDBA20;
}
</style>