Shades of Bird Flower #DBD608
Tints of Bird Flower #DBD608
RGB
CMYK
RGB Variations
Color information
#DBD608 (or 0xDBD608) is known color: Bird Flower. HEX triplet: DB, D6 and 08. RGB value is (219,214,8). Sum of RGB (Red+Green+Blue) = 219+214+8=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD608 is #2429F7. Grayscale: #C0C0C0. Windows color (decimal): -2370040 or 579291. OLE color: 579291.
HSL color Cylindrical-coordinate representation of color #DBD608: hue angle of 58.58º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBD608 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.14 |
| HSL | 58.58º | 0.93% | 0.45% | - |
| HSV(B) | 58.58º | 0.96% | 0.86% | - |
| XYZ | 53.3 | 63.17 | 9.61 | - |
| YUV | 192.01 | 24.16 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 8 | 0 | 0.02 | 0.96 | 0.14 | 58.58 | 0.93 | 0.45 |
| Hex | DB | D6 | 8 | 0 | 2 | 60 | E | 3B | 5D | 2D |
| Octal | 333 | 326 | 10 | 0 | 2 | 140 | 16 | 73 | 135 | 55 |
| Binary | 11011011 | 11010110 | 1000 | 0 | 10 | 1100000 | 1110 | 111011 | 1011101 | 101101 |
Color Harmonies of #DBD608
Complementary color
Monochromatic Colors of #DBD608
Black with #DBD608
Text Example
Text Example
White with #DBD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD608; }
p { color: rgb(219,214,8); }
H1.HeaderClassName
{
color: #DBD608;
}
.AnyTagClassName
{
color: #DBD608;
}
</style>
background-color css
<style>
a { background-color: #DBD608; }
a { background-color: rgb(219,214,8); }
div.DivClassName
{
background-color: #DBD608;
}
.BgClassName
{
background-color: #DBD608;
}
</style>
border-color css
<style>
span { border-color: #DBD608; }
span { border-color: rgb(219,214,8); }
td.TdClassName
{
border-color: #DBD608;
}
.TagClassName
{
border-color: #DBD608;
}
</style>