Shades of Sunflower #DBC128
Tints of Sunflower #DBC128
RGB
CMYK
RGB Variations
Color information
#DBC128 (or 0xDBC128) is known color: Sunflower. HEX triplet: DB, C1 and 28. RGB value is (219,193,40). Sum of RGB (Red+Green+Blue) = 219+193+40=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC128 is #243ED7. Grayscale: #B7B7B7. Windows color (decimal): -2375384 or 2671067. OLE color: 2671067.
HSL color Cylindrical-coordinate representation of color #DBC128: hue angle of 51.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBC128 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 40 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.14 |
| HSL | 51.28º | 0.71% | 0.51% | - |
| HSV(B) | 51.28º | 0.82% | 0.86% | - |
| XYZ | 48.67 | 53.35 | 9.74 | - |
| YUV | 183.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 40 | 0 | 0.12 | 0.82 | 0.14 | 51.28 | 0.71 | 0.51 |
| Hex | DB | C1 | 28 | 0 | C | 52 | E | 33 | 47 | 33 |
| Octal | 333 | 301 | 50 | 0 | 14 | 122 | 16 | 63 | 107 | 63 |
| Binary | 11011011 | 11000001 | 101000 | 0 | 1100 | 1010010 | 1110 | 110011 | 1000111 | 110011 |
Color Harmonies of #DBC128
Complementary color
Monochromatic Colors of #DBC128
Black with #DBC128
Text Example
Text Example
White with #DBC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC128; }
p { color: rgb(219,193,40); }
H1.HeaderClassName
{
color: #DBC128;
}
.AnyTagClassName
{
color: #DBC128;
}
</style>
background-color css
<style>
a { background-color: #DBC128; }
a { background-color: rgb(219,193,40); }
div.DivClassName
{
background-color: #DBC128;
}
.BgClassName
{
background-color: #DBC128;
}
</style>
border-color css
<style>
span { border-color: #DBC128; }
span { border-color: rgb(219,193,40); }
td.TdClassName
{
border-color: #DBC128;
}
.TagClassName
{
border-color: #DBC128;
}
</style>