Shades of Bird Flower #CDB917
Tints of Bird Flower #CDB917
RGB
CMYK
RGB Variations
Color information
#CDB917 (or 0xCDB917) is known color: Bird Flower. HEX triplet: CD, B9 and 17. RGB value is (205,185,23). Sum of RGB (Red+Green+Blue) = 205+185+23=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB917 is #3246E8. Grayscale: #ADADAD. Windows color (decimal): -3294953 or 1554893. OLE color: 1554893.
HSL color Cylindrical-coordinate representation of color #CDB917: hue angle of 53.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDB917 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.20 |
| HSL | 53.41º | 0.8% | 0.45% | - |
| HSV(B) | 53.41º | 0.89% | 0.8% | - |
| XYZ | 42.68 | 47.74 | 7.78 | - |
| YUV | 172.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 23 | 0 | 0.10 | 0.89 | 0.20 | 53.41 | 0.8 | 0.45 |
| Hex | CD | B9 | 17 | 0 | A | 59 | 14 | 35 | 50 | 2D |
| Octal | 315 | 271 | 27 | 0 | 12 | 131 | 24 | 65 | 120 | 55 |
| Binary | 11001101 | 10111001 | 10111 | 0 | 1010 | 1011001 | 10100 | 110101 | 1010000 | 101101 |
Color Harmonies of #CDB917
Complementary color
Monochromatic Colors of #CDB917
Black with #CDB917
Text Example
Text Example
White with #CDB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB917; }
p { color: rgb(205,185,23); }
H1.HeaderClassName
{
color: #CDB917;
}
.AnyTagClassName
{
color: #CDB917;
}
</style>
background-color css
<style>
a { background-color: #CDB917; }
a { background-color: rgb(205,185,23); }
div.DivClassName
{
background-color: #CDB917;
}
.BgClassName
{
background-color: #CDB917;
}
</style>
border-color css
<style>
span { border-color: #CDB917; }
span { border-color: rgb(205,185,23); }
td.TdClassName
{
border-color: #CDB917;
}
.TagClassName
{
border-color: #CDB917;
}
</style>