Shades of Bird Flower #DBCD03
Tints of Bird Flower #DBCD03
RGB
CMYK
RGB Variations
Color information
#DBCD03 (or 0xDBCD03) is known color: Bird Flower. HEX triplet: DB, CD and 03. RGB value is (219,205,3). Sum of RGB (Red+Green+Blue) = 219+205+3=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD03 is #2432FC. Grayscale: #BABABA. Windows color (decimal): -2372349 or 249307. OLE color: 249307.
HSL color Cylindrical-coordinate representation of color #DBCD03: hue angle of 56.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBCD03 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.14 |
| HSL | 56.11º | 0.97% | 0.44% | - |
| HSV(B) | 56.11º | 0.99% | 0.86% | - |
| XYZ | 51.06 | 58.73 | 8.73 | - |
| YUV | 186.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 3 | 0 | 0.06 | 0.99 | 0.14 | 56.11 | 0.97 | 0.44 |
| Hex | DB | CD | 3 | 0 | 6 | 63 | E | 38 | 61 | 2C |
| Octal | 333 | 315 | 3 | 0 | 6 | 143 | 16 | 70 | 141 | 54 |
| Binary | 11011011 | 11001101 | 11 | 0 | 110 | 1100011 | 1110 | 111000 | 1100001 | 101100 |
Color Harmonies of #DBCD03
Complementary color
Monochromatic Colors of #DBCD03
Black with #DBCD03
Text Example
Text Example
White with #DBCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD03; }
p { color: rgb(219,205,3); }
H1.HeaderClassName
{
color: #DBCD03;
}
.AnyTagClassName
{
color: #DBCD03;
}
</style>
background-color css
<style>
a { background-color: #DBCD03; }
a { background-color: rgb(219,205,3); }
div.DivClassName
{
background-color: #DBCD03;
}
.BgClassName
{
background-color: #DBCD03;
}
</style>
border-color css
<style>
span { border-color: #DBCD03; }
span { border-color: rgb(219,205,3); }
td.TdClassName
{
border-color: #DBCD03;
}
.TagClassName
{
border-color: #DBCD03;
}
</style>