Shades of Bird Flower #D2B401
Tints of Bird Flower #D2B401
RGB
CMYK
RGB Variations
Color information
#D2B401 (or 0xD2B401) is known color: Bird Flower. HEX triplet: D2, B4 and 01. RGB value is (210,180,1). Sum of RGB (Red+Green+Blue) = 210+180+1=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B401 is #2D4BFE. Grayscale: #A9A9A9. Windows color (decimal): -2968575 or 111826. OLE color: 111826.
HSL color Cylindrical-coordinate representation of color #D2B401: hue angle of 51.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2B401 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.18 |
| HSL | 51.39º | 0.99% | 0.41% | - |
| HSV(B) | 51.39º | 1% | 0.82% | - |
| XYZ | 42.91 | 46.35 | 6.71 | - |
| YUV | 168.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 1 | 0 | 0.14 | 1.00 | 0.18 | 51.39 | 0.99 | 0.41 |
| Hex | D2 | B4 | 1 | 0 | E | 64 | 12 | 33 | 63 | 29 |
| Octal | 322 | 264 | 1 | 0 | 16 | 144 | 22 | 63 | 143 | 51 |
| Binary | 11010010 | 10110100 | 1 | 0 | 1110 | 1100100 | 10010 | 110011 | 1100011 | 101001 |
Color Harmonies of #D2B401
Complementary color
Monochromatic Colors of #D2B401
Black with #D2B401
Text Example
Text Example
White with #D2B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B401; }
p { color: rgb(210,180,1); }
H1.HeaderClassName
{
color: #D2B401;
}
.AnyTagClassName
{
color: #D2B401;
}
</style>
background-color css
<style>
a { background-color: #D2B401; }
a { background-color: rgb(210,180,1); }
div.DivClassName
{
background-color: #D2B401;
}
.BgClassName
{
background-color: #D2B401;
}
</style>
border-color css
<style>
span { border-color: #D2B401; }
span { border-color: rgb(210,180,1); }
td.TdClassName
{
border-color: #D2B401;
}
.TagClassName
{
border-color: #D2B401;
}
</style>