Shades of Bird Flower #DBD701
Tints of Bird Flower #DBD701
RGB
CMYK
RGB Variations
Color information
#DBD701 (or 0xDBD701) is known color: Bird Flower. HEX triplet: DB, D7 and 01. RGB value is (219,215,1). Sum of RGB (Red+Green+Blue) = 219+215+1=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD701 is #2428FE. Grayscale: #C0C0C0. Windows color (decimal): -2369791 or 120795. OLE color: 120795.
HSL color Cylindrical-coordinate representation of color #DBD701: hue angle of 58.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBD701 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.14 |
| HSL | 58.9º | 0.99% | 0.43% | - |
| HSV(B) | 58.9º | 1% | 0.86% | - |
| XYZ | 53.52 | 63.66 | 9.5 | - |
| YUV | 191.8 | 20.33 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 1 | 0 | 0.02 | 1.00 | 0.14 | 58.9 | 0.99 | 0.43 |
| Hex | DB | D7 | 1 | 0 | 2 | 64 | E | 3B | 63 | 2B |
| Octal | 333 | 327 | 1 | 0 | 2 | 144 | 16 | 73 | 143 | 53 |
| Binary | 11011011 | 11010111 | 1 | 0 | 10 | 1100100 | 1110 | 111011 | 1100011 | 101011 |
Color Harmonies of #DBD701
Complementary color
Monochromatic Colors of #DBD701
Black with #DBD701
Text Example
Text Example
White with #DBD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD701; }
p { color: rgb(219,215,1); }
H1.HeaderClassName
{
color: #DBD701;
}
.AnyTagClassName
{
color: #DBD701;
}
</style>
background-color css
<style>
a { background-color: #DBD701; }
a { background-color: rgb(219,215,1); }
div.DivClassName
{
background-color: #DBD701;
}
.BgClassName
{
background-color: #DBD701;
}
</style>
border-color css
<style>
span { border-color: #DBD701; }
span { border-color: rgb(219,215,1); }
td.TdClassName
{
border-color: #DBD701;
}
.TagClassName
{
border-color: #DBD701;
}
</style>