Shades of Bird Flower #D0B213
Tints of Bird Flower #D0B213
RGB
CMYK
RGB Variations
Color information
#D0B213 (or 0xD0B213) is known color: Bird Flower. HEX triplet: D0, B2 and 13. RGB value is (208,178,19). Sum of RGB (Red+Green+Blue) = 208+178+19=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B213 is #2F4DEC. Grayscale: #A9A9A9. Windows color (decimal): -3100141 or 1290960. OLE color: 1290960.
HSL color Cylindrical-coordinate representation of color #D0B213: hue angle of 50.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0B213 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.18 |
| HSL | 50.48º | 0.83% | 0.45% | - |
| HSV(B) | 50.48º | 0.91% | 0.82% | - |
| XYZ | 42.05 | 45.3 | 7.14 | - |
| YUV | 168.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 19 | 0 | 0.14 | 0.91 | 0.18 | 50.48 | 0.83 | 0.45 |
| Hex | D0 | B2 | 13 | 0 | E | 5B | 12 | 32 | 53 | 2D |
| Octal | 320 | 262 | 23 | 0 | 16 | 133 | 22 | 62 | 123 | 55 |
| Binary | 11010000 | 10110010 | 10011 | 0 | 1110 | 1011011 | 10010 | 110010 | 1010011 | 101101 |
Color Harmonies of #D0B213
Complementary color
Monochromatic Colors of #D0B213
Black with #D0B213
Text Example
Text Example
White with #D0B213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B213; }
p { color: rgb(208,178,19); }
H1.HeaderClassName
{
color: #D0B213;
}
.AnyTagClassName
{
color: #D0B213;
}
</style>
background-color css
<style>
a { background-color: #D0B213; }
a { background-color: rgb(208,178,19); }
div.DivClassName
{
background-color: #D0B213;
}
.BgClassName
{
background-color: #D0B213;
}
</style>
border-color css
<style>
span { border-color: #D0B213; }
span { border-color: rgb(208,178,19); }
td.TdClassName
{
border-color: #D0B213;
}
.TagClassName
{
border-color: #D0B213;
}
</style>