Shades of Bird Flower #DBCD08
Tints of Bird Flower #DBCD08
RGB
CMYK
RGB Variations
Color information
#DBCD08 (or 0xDBCD08) is known color: Bird Flower. HEX triplet: DB, CD and 08. RGB value is (219,205,8). Sum of RGB (Red+Green+Blue) = 219+205+8=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD08 is #2432F7. Grayscale: #BBBBBB. Windows color (decimal): -2372344 or 576987. OLE color: 576987.
HSL color Cylindrical-coordinate representation of color #DBCD08: hue angle of 56.02º 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 #DBCD08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.14 |
| HSL | 56.02º | 0.93% | 0.45% | - |
| HSV(B) | 56.02º | 0.96% | 0.86% | - |
| XYZ | 51.09 | 58.74 | 8.88 | - |
| YUV | 186.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 8 | 0 | 0.06 | 0.96 | 0.14 | 56.02 | 0.93 | 0.45 |
| Hex | DB | CD | 8 | 0 | 6 | 60 | E | 38 | 5D | 2D |
| Octal | 333 | 315 | 10 | 0 | 6 | 140 | 16 | 70 | 135 | 55 |
| Binary | 11011011 | 11001101 | 1000 | 0 | 110 | 1100000 | 1110 | 111000 | 1011101 | 101101 |
Color Harmonies of #DBCD08
Complementary color
Monochromatic Colors of #DBCD08
Black with #DBCD08
Text Example
Text Example
White with #DBCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD08; }
p { color: rgb(219,205,8); }
H1.HeaderClassName
{
color: #DBCD08;
}
.AnyTagClassName
{
color: #DBCD08;
}
</style>
background-color css
<style>
a { background-color: #DBCD08; }
a { background-color: rgb(219,205,8); }
div.DivClassName
{
background-color: #DBCD08;
}
.BgClassName
{
background-color: #DBCD08;
}
</style>
border-color css
<style>
span { border-color: #DBCD08; }
span { border-color: rgb(219,205,8); }
td.TdClassName
{
border-color: #DBCD08;
}
.TagClassName
{
border-color: #DBCD08;
}
</style>