Shades of Bird Flower #DBCD0C
Tints of Bird Flower #DBCD0C
RGB
CMYK
RGB Variations
Color information
#DBCD0C (or 0xDBCD0C) is known color: Bird Flower. HEX triplet: DB, CD and 0C. RGB value is (219,205,12). Sum of RGB (Red+Green+Blue) = 219+205+12=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD0C is #2432F3. Grayscale: #BBBBBB. Windows color (decimal): -2372340 or 839131. OLE color: 839131.
HSL color Cylindrical-coordinate representation of color #DBCD0C: hue angle of 55.94º 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 #DBCD0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.14 |
| HSL | 55.94º | 0.9% | 0.45% | - |
| HSV(B) | 55.94º | 0.95% | 0.86% | - |
| XYZ | 51.11 | 58.75 | 8.99 | - |
| YUV | 187.18 | 29.14 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 12 | 0 | 0.06 | 0.95 | 0.14 | 55.94 | 0.9 | 0.45 |
| Hex | DB | CD | C | 0 | 6 | 5F | E | 38 | 5A | 2D |
| Octal | 333 | 315 | 14 | 0 | 6 | 137 | 16 | 70 | 132 | 55 |
| Binary | 11011011 | 11001101 | 1100 | 0 | 110 | 1011111 | 1110 | 111000 | 1011010 | 101101 |
Color Harmonies of #DBCD0C
Complementary color
Monochromatic Colors of #DBCD0C
Black with #DBCD0C
Text Example
Text Example
White with #DBCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD0C; }
p { color: rgb(219,205,12); }
H1.HeaderClassName
{
color: #DBCD0C;
}
.AnyTagClassName
{
color: #DBCD0C;
}
</style>
background-color css
<style>
a { background-color: #DBCD0C; }
a { background-color: rgb(219,205,12); }
div.DivClassName
{
background-color: #DBCD0C;
}
.BgClassName
{
background-color: #DBCD0C;
}
</style>
border-color css
<style>
span { border-color: #DBCD0C; }
span { border-color: rgb(219,205,12); }
td.TdClassName
{
border-color: #DBCD0C;
}
.TagClassName
{
border-color: #DBCD0C;
}
</style>