Shades of Bird Flower #CDB505
Tints of Bird Flower #CDB505
RGB
CMYK
RGB Variations
Color information
#CDB505 (or 0xCDB505) is known color: Bird Flower. HEX triplet: CD, B5 and 05. RGB value is (205,181,5). Sum of RGB (Red+Green+Blue) = 205+181+5=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB505 is #324AFA. Grayscale: #A8A8A8. Windows color (decimal): -3295995 or 374221. OLE color: 374221.
HSL color Cylindrical-coordinate representation of color #CDB505: hue angle of 52.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB505 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.20 |
| HSL | 52.8º | 0.95% | 0.41% | - |
| HSV(B) | 52.8º | 0.98% | 0.8% | - |
| XYZ | 41.73 | 46.04 | 6.83 | - |
| YUV | 168.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 5 | 0 | 0.12 | 0.98 | 0.20 | 52.8 | 0.95 | 0.41 |
| Hex | CD | B5 | 5 | 0 | C | 62 | 14 | 35 | 5F | 29 |
| Octal | 315 | 265 | 5 | 0 | 14 | 142 | 24 | 65 | 137 | 51 |
| Binary | 11001101 | 10110101 | 101 | 0 | 1100 | 1100010 | 10100 | 110101 | 1011111 | 101001 |
Color Harmonies of #CDB505
Complementary color
Monochromatic Colors of #CDB505
Black with #CDB505
Text Example
Text Example
White with #CDB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB505; }
p { color: rgb(205,181,5); }
H1.HeaderClassName
{
color: #CDB505;
}
.AnyTagClassName
{
color: #CDB505;
}
</style>
background-color css
<style>
a { background-color: #CDB505; }
a { background-color: rgb(205,181,5); }
div.DivClassName
{
background-color: #CDB505;
}
.BgClassName
{
background-color: #CDB505;
}
</style>
border-color css
<style>
span { border-color: #CDB505; }
span { border-color: rgb(205,181,5); }
td.TdClassName
{
border-color: #CDB505;
}
.TagClassName
{
border-color: #CDB505;
}
</style>