Shades of Sunflower #DBC21B
Tints of Sunflower #DBC21B
RGB
CMYK
RGB Variations
Color information
#DBC21B (or 0xDBC21B) is known color: Sunflower. HEX triplet: DB, C2 and 1B. RGB value is (219,194,27). Sum of RGB (Red+Green+Blue) = 219+194+27=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC21B is #243DE4. Grayscale: #B7B7B7. Windows color (decimal): -2375141 or 1819355. OLE color: 1819355.
HSL color Cylindrical-coordinate representation of color #DBC21B: hue angle of 52.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBC21B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 27 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.14 |
| HSL | 52.19º | 0.78% | 0.48% | - |
| HSV(B) | 52.19º | 0.88% | 0.86% | - |
| XYZ | 48.7 | 53.72 | 8.84 | - |
| YUV | 182.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 27 | 0 | 0.11 | 0.88 | 0.14 | 52.19 | 0.78 | 0.48 |
| Hex | DB | C2 | 1B | 0 | B | 58 | E | 34 | 4E | 30 |
| Octal | 333 | 302 | 33 | 0 | 13 | 130 | 16 | 64 | 116 | 60 |
| Binary | 11011011 | 11000010 | 11011 | 0 | 1011 | 1011000 | 1110 | 110100 | 1001110 | 110000 |
Color Harmonies of #DBC21B
Complementary color
Monochromatic Colors of #DBC21B
Black with #DBC21B
Text Example
Text Example
White with #DBC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC21B; }
p { color: rgb(219,194,27); }
H1.HeaderClassName
{
color: #DBC21B;
}
.AnyTagClassName
{
color: #DBC21B;
}
</style>
background-color css
<style>
a { background-color: #DBC21B; }
a { background-color: rgb(219,194,27); }
div.DivClassName
{
background-color: #DBC21B;
}
.BgClassName
{
background-color: #DBC21B;
}
</style>
border-color css
<style>
span { border-color: #DBC21B; }
span { border-color: rgb(219,194,27); }
td.TdClassName
{
border-color: #DBC21B;
}
.TagClassName
{
border-color: #DBC21B;
}
</style>