Shades of Bird Flower #D2B91C
Tints of Bird Flower #D2B91C
RGB
CMYK
RGB Variations
Color information
#D2B91C (or 0xD2B91C) is known color: Bird Flower. HEX triplet: D2, B9 and 1C. RGB value is (210,185,28). Sum of RGB (Red+Green+Blue) = 210+185+28=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B91C is #2D46E3. Grayscale: #AFAFAF. Windows color (decimal): -2967268 or 1882578. OLE color: 1882578.
HSL color Cylindrical-coordinate representation of color #D2B91C: hue angle of 51.76º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2B91C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 28 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.18 |
| HSL | 51.76º | 0.76% | 0.47% | - |
| HSV(B) | 51.76º | 0.87% | 0.82% | - |
| XYZ | 44.14 | 48.48 | 8.13 | - |
| YUV | 174.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 28 | 0 | 0.12 | 0.87 | 0.18 | 51.76 | 0.76 | 0.47 |
| Hex | D2 | B9 | 1C | 0 | C | 57 | 12 | 34 | 4C | 2F |
| Octal | 322 | 271 | 34 | 0 | 14 | 127 | 22 | 64 | 114 | 57 |
| Binary | 11010010 | 10111001 | 11100 | 0 | 1100 | 1010111 | 10010 | 110100 | 1001100 | 101111 |
Color Harmonies of #D2B91C
Complementary color
Monochromatic Colors of #D2B91C
Black with #D2B91C
Text Example
Text Example
White with #D2B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B91C; }
p { color: rgb(210,185,28); }
H1.HeaderClassName
{
color: #D2B91C;
}
.AnyTagClassName
{
color: #D2B91C;
}
</style>
background-color css
<style>
a { background-color: #D2B91C; }
a { background-color: rgb(210,185,28); }
div.DivClassName
{
background-color: #D2B91C;
}
.BgClassName
{
background-color: #D2B91C;
}
</style>
border-color css
<style>
span { border-color: #D2B91C; }
span { border-color: rgb(210,185,28); }
td.TdClassName
{
border-color: #D2B91C;
}
.TagClassName
{
border-color: #D2B91C;
}
</style>