Shades of Bird Flower #D0B415
Tints of Bird Flower #D0B415
RGB
CMYK
RGB Variations
Color information
#D0B415 (or 0xD0B415) is known color: Bird Flower. HEX triplet: D0, B4 and 15. RGB value is (208,180,21). Sum of RGB (Red+Green+Blue) = 208+180+21=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B415 is #2F4BEA. Grayscale: #AAAAAA. Windows color (decimal): -3099627 or 1422544. OLE color: 1422544.
HSL color Cylindrical-coordinate representation of color #D0B415: hue angle of 51.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0B415 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.18 |
| HSL | 51.02º | 0.82% | 0.45% | - |
| HSV(B) | 51.02º | 0.9% | 0.82% | - |
| XYZ | 42.47 | 46.11 | 7.37 | - |
| YUV | 170.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 21 | 0 | 0.13 | 0.90 | 0.18 | 51.02 | 0.82 | 0.45 |
| Hex | D0 | B4 | 15 | 0 | D | 5A | 12 | 33 | 52 | 2D |
| Octal | 320 | 264 | 25 | 0 | 15 | 132 | 22 | 63 | 122 | 55 |
| Binary | 11010000 | 10110100 | 10101 | 0 | 1101 | 1011010 | 10010 | 110011 | 1010010 | 101101 |
Color Harmonies of #D0B415
Complementary color
Monochromatic Colors of #D0B415
Black with #D0B415
Text Example
Text Example
White with #D0B415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B415; }
p { color: rgb(208,180,21); }
H1.HeaderClassName
{
color: #D0B415;
}
.AnyTagClassName
{
color: #D0B415;
}
</style>
background-color css
<style>
a { background-color: #D0B415; }
a { background-color: rgb(208,180,21); }
div.DivClassName
{
background-color: #D0B415;
}
.BgClassName
{
background-color: #D0B415;
}
</style>
border-color css
<style>
span { border-color: #D0B415; }
span { border-color: rgb(208,180,21); }
td.TdClassName
{
border-color: #D0B415;
}
.TagClassName
{
border-color: #D0B415;
}
</style>