Shades of Sunflower #DBCD11
Tints of Sunflower #DBCD11
RGB
CMYK
RGB Variations
Color information
#DBCD11 (or 0xDBCD11) is known color: Sunflower. HEX triplet: DB, CD and 11. RGB value is (219,205,17). Sum of RGB (Red+Green+Blue) = 219+205+17=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD11 is #2432EE. Grayscale: #BCBCBC. Windows color (decimal): -2372335 or 1166811. OLE color: 1166811.
HSL color Cylindrical-coordinate representation of color #DBCD11: hue angle of 55.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBCD11 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.14 |
| HSL | 55.84º | 0.86% | 0.46% | - |
| HSV(B) | 55.84º | 0.92% | 0.86% | - |
| XYZ | 51.15 | 58.76 | 9.18 | - |
| YUV | 187.75 | 31.64 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 17 | 0 | 0.06 | 0.92 | 0.14 | 55.84 | 0.86 | 0.46 |
| Hex | DB | CD | 11 | 0 | 6 | 5C | E | 38 | 56 | 2E |
| Octal | 333 | 315 | 21 | 0 | 6 | 134 | 16 | 70 | 126 | 56 |
| Binary | 11011011 | 11001101 | 10001 | 0 | 110 | 1011100 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DBCD11
Complementary color
Monochromatic Colors of #DBCD11
Black with #DBCD11
Text Example
Text Example
White with #DBCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD11; }
p { color: rgb(219,205,17); }
H1.HeaderClassName
{
color: #DBCD11;
}
.AnyTagClassName
{
color: #DBCD11;
}
</style>
background-color css
<style>
a { background-color: #DBCD11; }
a { background-color: rgb(219,205,17); }
div.DivClassName
{
background-color: #DBCD11;
}
.BgClassName
{
background-color: #DBCD11;
}
</style>
border-color css
<style>
span { border-color: #DBCD11; }
span { border-color: rgb(219,205,17); }
td.TdClassName
{
border-color: #DBCD11;
}
.TagClassName
{
border-color: #DBCD11;
}
</style>