Shades of Bird Flower #D8B401
Tints of Bird Flower #D8B401
RGB
CMYK
RGB Variations
Color information
#D8B401 (or 0xD8B401) is known color: Bird Flower. HEX triplet: D8, B4 and 01. RGB value is (216,180,1). Sum of RGB (Red+Green+Blue) = 216+180+1=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B401 is #274BFE. Grayscale: #ABABAB. Windows color (decimal): -2575359 or 111832. OLE color: 111832.
HSL color Cylindrical-coordinate representation of color #D8B401: hue angle of 49.95º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8B401 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.15 |
| HSL | 49.95º | 0.99% | 0.43% | - |
| HSV(B) | 49.95º | 1% | 0.85% | - |
| XYZ | 44.65 | 47.24 | 6.79 | - |
| YUV | 170.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 1 | 0 | 0.17 | 1.00 | 0.15 | 49.95 | 0.99 | 0.43 |
| Hex | D8 | B4 | 1 | 0 | 11 | 64 | F | 32 | 63 | 2B |
| Octal | 330 | 264 | 1 | 0 | 21 | 144 | 17 | 62 | 143 | 53 |
| Binary | 11011000 | 10110100 | 1 | 0 | 10001 | 1100100 | 1111 | 110010 | 1100011 | 101011 |
Color Harmonies of #D8B401
Complementary color
Monochromatic Colors of #D8B401
Black with #D8B401
Text Example
Text Example
White with #D8B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B401; }
p { color: rgb(216,180,1); }
H1.HeaderClassName
{
color: #D8B401;
}
.AnyTagClassName
{
color: #D8B401;
}
</style>
background-color css
<style>
a { background-color: #D8B401; }
a { background-color: rgb(216,180,1); }
div.DivClassName
{
background-color: #D8B401;
}
.BgClassName
{
background-color: #D8B401;
}
</style>
border-color css
<style>
span { border-color: #D8B401; }
span { border-color: rgb(216,180,1); }
td.TdClassName
{
border-color: #D8B401;
}
.TagClassName
{
border-color: #D8B401;
}
</style>