Shades of Bird Flower #CDB315
Tints of Bird Flower #CDB315
RGB
CMYK
RGB Variations
Color information
#CDB315 (or 0xCDB315) is known color: Bird Flower. HEX triplet: CD, B3 and 15. RGB value is (205,179,21). Sum of RGB (Red+Green+Blue) = 205+179+21=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB315 is #324CEA. Grayscale: #A9A9A9. Windows color (decimal): -3296491 or 1422285. OLE color: 1422285.
HSL color Cylindrical-coordinate representation of color #CDB315: hue angle of 51.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDB315 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.20 |
| HSL | 51.52º | 0.81% | 0.44% | - |
| HSV(B) | 51.52º | 0.9% | 0.8% | - |
| XYZ | 41.43 | 45.27 | 7.26 | - |
| YUV | 168.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 21 | 0 | 0.13 | 0.90 | 0.20 | 51.52 | 0.81 | 0.44 |
| Hex | CD | B3 | 15 | 0 | D | 5A | 14 | 34 | 51 | 2C |
| Octal | 315 | 263 | 25 | 0 | 15 | 132 | 24 | 64 | 121 | 54 |
| Binary | 11001101 | 10110011 | 10101 | 0 | 1101 | 1011010 | 10100 | 110100 | 1010001 | 101100 |
Color Harmonies of #CDB315
Complementary color
Monochromatic Colors of #CDB315
Black with #CDB315
Text Example
Text Example
White with #CDB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB315; }
p { color: rgb(205,179,21); }
H1.HeaderClassName
{
color: #CDB315;
}
.AnyTagClassName
{
color: #CDB315;
}
</style>
background-color css
<style>
a { background-color: #CDB315; }
a { background-color: rgb(205,179,21); }
div.DivClassName
{
background-color: #CDB315;
}
.BgClassName
{
background-color: #CDB315;
}
</style>
border-color css
<style>
span { border-color: #CDB315; }
span { border-color: rgb(205,179,21); }
td.TdClassName
{
border-color: #CDB315;
}
.TagClassName
{
border-color: #CDB315;
}
</style>