Shades of Bird Flower #DBCD0D
Tints of Bird Flower #DBCD0D
RGB
CMYK
RGB Variations
Color information
#DBCD0D (or 0xDBCD0D) is known color: Bird Flower. HEX triplet: DB, CD and 0D. RGB value is (219,205,13). Sum of RGB (Red+Green+Blue) = 219+205+13=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD0D is #2432F2. Grayscale: #BCBCBC. Windows color (decimal): -2372339 or 904667. OLE color: 904667.
HSL color Cylindrical-coordinate representation of color #DBCD0D: hue angle of 55.92º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBCD0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.14 |
| HSL | 55.92º | 0.89% | 0.45% | - |
| HSV(B) | 55.92º | 0.94% | 0.86% | - |
| XYZ | 51.12 | 58.75 | 9.03 | - |
| YUV | 187.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 13 | 0 | 0.06 | 0.94 | 0.14 | 55.92 | 0.89 | 0.45 |
| Hex | DB | CD | D | 0 | 6 | 5E | E | 38 | 59 | 2D |
| Octal | 333 | 315 | 15 | 0 | 6 | 136 | 16 | 70 | 131 | 55 |
| Binary | 11011011 | 11001101 | 1101 | 0 | 110 | 1011110 | 1110 | 111000 | 1011001 | 101101 |
Color Harmonies of #DBCD0D
Complementary color
Monochromatic Colors of #DBCD0D
Black with #DBCD0D
Text Example
Text Example
White with #DBCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD0D; }
p { color: rgb(219,205,13); }
H1.HeaderClassName
{
color: #DBCD0D;
}
.AnyTagClassName
{
color: #DBCD0D;
}
</style>
background-color css
<style>
a { background-color: #DBCD0D; }
a { background-color: rgb(219,205,13); }
div.DivClassName
{
background-color: #DBCD0D;
}
.BgClassName
{
background-color: #DBCD0D;
}
</style>
border-color css
<style>
span { border-color: #DBCD0D; }
span { border-color: rgb(219,205,13); }
td.TdClassName
{
border-color: #DBCD0D;
}
.TagClassName
{
border-color: #DBCD0D;
}
</style>