Shades of Bird Flower #CDB720
Tints of Bird Flower #CDB720
RGB
CMYK
RGB Variations
Color information
#CDB720 (or 0xCDB720) is known color: Bird Flower. HEX triplet: CD, B7 and 20. RGB value is (205,183,32). Sum of RGB (Red+Green+Blue) = 205+183+32=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB720 is #3248DF. Grayscale: #ACACAC. Windows color (decimal): -3295456 or 2144205. OLE color: 2144205.
HSL color Cylindrical-coordinate representation of color #CDB720: hue angle of 52.37º 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 #CDB720 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.20 |
| HSL | 52.37º | 0.73% | 0.46% | - |
| HSV(B) | 52.37º | 0.84% | 0.8% | - |
| XYZ | 42.37 | 46.95 | 8.2 | - |
| YUV | 172.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 32 | 0 | 0.11 | 0.84 | 0.20 | 52.37 | 0.73 | 0.46 |
| Hex | CD | B7 | 20 | 0 | B | 54 | 14 | 34 | 49 | 2E |
| Octal | 315 | 267 | 40 | 0 | 13 | 124 | 24 | 64 | 111 | 56 |
| Binary | 11001101 | 10110111 | 100000 | 0 | 1011 | 1010100 | 10100 | 110100 | 1001001 | 101110 |
Color Harmonies of #CDB720
Complementary color
Monochromatic Colors of #CDB720
Black with #CDB720
Text Example
Text Example
White with #CDB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB720; }
p { color: rgb(205,183,32); }
H1.HeaderClassName
{
color: #CDB720;
}
.AnyTagClassName
{
color: #CDB720;
}
</style>
background-color css
<style>
a { background-color: #CDB720; }
a { background-color: rgb(205,183,32); }
div.DivClassName
{
background-color: #CDB720;
}
.BgClassName
{
background-color: #CDB720;
}
</style>
border-color css
<style>
span { border-color: #CDB720; }
span { border-color: rgb(205,183,32); }
td.TdClassName
{
border-color: #CDB720;
}
.TagClassName
{
border-color: #CDB720;
}
</style>