Shades of Bird Flower #CDB715
Tints of Bird Flower #CDB715
RGB
CMYK
RGB Variations
Color information
#CDB715 (or 0xCDB715) is known color: Bird Flower. HEX triplet: CD, B7 and 15. RGB value is (205,183,21). Sum of RGB (Red+Green+Blue) = 205+183+21=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB715 is #3248EA. Grayscale: #ABABAB. Windows color (decimal): -3295467 or 1423309. OLE color: 1423309.
HSL color Cylindrical-coordinate representation of color #CDB715: hue angle of 52.83º 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 #CDB715 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.20 |
| HSL | 52.83º | 0.81% | 0.44% | - |
| HSV(B) | 52.83º | 0.9% | 0.8% | - |
| XYZ | 42.25 | 46.9 | 7.54 | - |
| YUV | 171.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 21 | 0 | 0.11 | 0.90 | 0.20 | 52.83 | 0.81 | 0.44 |
| Hex | CD | B7 | 15 | 0 | B | 5A | 14 | 35 | 51 | 2C |
| Octal | 315 | 267 | 25 | 0 | 13 | 132 | 24 | 65 | 121 | 54 |
| Binary | 11001101 | 10110111 | 10101 | 0 | 1011 | 1011010 | 10100 | 110101 | 1010001 | 101100 |
Color Harmonies of #CDB715
Complementary color
Monochromatic Colors of #CDB715
Black with #CDB715
Text Example
Text Example
White with #CDB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB715; }
p { color: rgb(205,183,21); }
H1.HeaderClassName
{
color: #CDB715;
}
.AnyTagClassName
{
color: #CDB715;
}
</style>
background-color css
<style>
a { background-color: #CDB715; }
a { background-color: rgb(205,183,21); }
div.DivClassName
{
background-color: #CDB715;
}
.BgClassName
{
background-color: #CDB715;
}
</style>
border-color css
<style>
span { border-color: #CDB715; }
span { border-color: rgb(205,183,21); }
td.TdClassName
{
border-color: #CDB715;
}
.TagClassName
{
border-color: #CDB715;
}
</style>