Shades of Bird Flower #DBCD0B
Tints of Bird Flower #DBCD0B
RGB
CMYK
RGB Variations
Color information
#DBCD0B (or 0xDBCD0B) is known color: Bird Flower. HEX triplet: DB, CD and 0B. RGB value is (219,205,11). Sum of RGB (Red+Green+Blue) = 219+205+11=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD0B is #2432F4. Grayscale: #BBBBBB. Windows color (decimal): -2372341 or 773595. OLE color: 773595.
HSL color Cylindrical-coordinate representation of color #DBCD0B: hue angle of 55.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCD0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.14 |
| HSL | 55.96º | 0.9% | 0.45% | - |
| HSV(B) | 55.96º | 0.95% | 0.86% | - |
| XYZ | 51.11 | 58.75 | 8.96 | - |
| YUV | 187.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 11 | 0 | 0.06 | 0.95 | 0.14 | 55.96 | 0.9 | 0.45 |
| Hex | DB | CD | B | 0 | 6 | 5F | E | 38 | 5A | 2D |
| Octal | 333 | 315 | 13 | 0 | 6 | 137 | 16 | 70 | 132 | 55 |
| Binary | 11011011 | 11001101 | 1011 | 0 | 110 | 1011111 | 1110 | 111000 | 1011010 | 101101 |
Color Harmonies of #DBCD0B
Complementary color
Monochromatic Colors of #DBCD0B
Black with #DBCD0B
Text Example
Text Example
White with #DBCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD0B; }
p { color: rgb(219,205,11); }
H1.HeaderClassName
{
color: #DBCD0B;
}
.AnyTagClassName
{
color: #DBCD0B;
}
</style>
background-color css
<style>
a { background-color: #DBCD0B; }
a { background-color: rgb(219,205,11); }
div.DivClassName
{
background-color: #DBCD0B;
}
.BgClassName
{
background-color: #DBCD0B;
}
</style>
border-color css
<style>
span { border-color: #DBCD0B; }
span { border-color: rgb(219,205,11); }
td.TdClassName
{
border-color: #DBCD0B;
}
.TagClassName
{
border-color: #DBCD0B;
}
</style>