Shades of Sunflower #DBCC11
Tints of Sunflower #DBCC11
RGB
CMYK
RGB Variations
Color information
#DBCC11 (or 0xDBCC11) is known color: Sunflower. HEX triplet: DB, CC and 11. RGB value is (219,204,17). Sum of RGB (Red+Green+Blue) = 219+204+17=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC11 is #2433EE. Grayscale: #BBBBBB. Windows color (decimal): -2372591 or 1166555. OLE color: 1166555.
HSL color Cylindrical-coordinate representation of color #DBCC11: hue angle of 55.54º 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 #DBCC11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.14 |
| HSL | 55.54º | 0.86% | 0.46% | - |
| HSV(B) | 55.54º | 0.92% | 0.86% | - |
| XYZ | 50.91 | 58.29 | 9.1 | - |
| YUV | 187.17 | 31.97 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 17 | 0 | 0.07 | 0.92 | 0.14 | 55.54 | 0.86 | 0.46 |
| Hex | DB | CC | 11 | 0 | 7 | 5C | E | 38 | 56 | 2E |
| Octal | 333 | 314 | 21 | 0 | 7 | 134 | 16 | 70 | 126 | 56 |
| Binary | 11011011 | 11001100 | 10001 | 0 | 111 | 1011100 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DBCC11
Complementary color
Monochromatic Colors of #DBCC11
Black with #DBCC11
Text Example
Text Example
White with #DBCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC11; }
p { color: rgb(219,204,17); }
H1.HeaderClassName
{
color: #DBCC11;
}
.AnyTagClassName
{
color: #DBCC11;
}
</style>
background-color css
<style>
a { background-color: #DBCC11; }
a { background-color: rgb(219,204,17); }
div.DivClassName
{
background-color: #DBCC11;
}
.BgClassName
{
background-color: #DBCC11;
}
</style>
border-color css
<style>
span { border-color: #DBCC11; }
span { border-color: rgb(219,204,17); }
td.TdClassName
{
border-color: #DBCC11;
}
.TagClassName
{
border-color: #DBCC11;
}
</style>