Shades of Bird Flower #D2B504
Tints of Bird Flower #D2B504
RGB
CMYK
RGB Variations
Color information
#D2B504 (or 0xD2B504) is known color: Bird Flower. HEX triplet: D2, B5 and 04. RGB value is (210,181,4). Sum of RGB (Red+Green+Blue) = 210+181+4=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B504 is #2D4AFB. Grayscale: #AAAAAA. Windows color (decimal): -2968316 or 308690. OLE color: 308690.
HSL color Cylindrical-coordinate representation of color #D2B504: hue angle of 51.55º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2B504 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.18 |
| HSL | 51.55º | 0.96% | 0.42% | - |
| HSV(B) | 51.55º | 0.98% | 0.82% | - |
| XYZ | 43.12 | 46.76 | 6.87 | - |
| YUV | 169.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 4 | 0 | 0.14 | 0.98 | 0.18 | 51.55 | 0.96 | 0.42 |
| Hex | D2 | B5 | 4 | 0 | E | 62 | 12 | 34 | 60 | 2A |
| Octal | 322 | 265 | 4 | 0 | 16 | 142 | 22 | 64 | 140 | 52 |
| Binary | 11010010 | 10110101 | 100 | 0 | 1110 | 1100010 | 10010 | 110100 | 1100000 | 101010 |
Color Harmonies of #D2B504
Complementary color
Monochromatic Colors of #D2B504
Black with #D2B504
Text Example
Text Example
White with #D2B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B504; }
p { color: rgb(210,181,4); }
H1.HeaderClassName
{
color: #D2B504;
}
.AnyTagClassName
{
color: #D2B504;
}
</style>
background-color css
<style>
a { background-color: #D2B504; }
a { background-color: rgb(210,181,4); }
div.DivClassName
{
background-color: #D2B504;
}
.BgClassName
{
background-color: #D2B504;
}
</style>
border-color css
<style>
span { border-color: #D2B504; }
span { border-color: rgb(210,181,4); }
td.TdClassName
{
border-color: #D2B504;
}
.TagClassName
{
border-color: #D2B504;
}
</style>