Shades of Sunflower #DBC129
Tints of Sunflower #DBC129
RGB
CMYK
RGB Variations
Color information
#DBC129 (or 0xDBC129) is known color: Sunflower. HEX triplet: DB, C1 and 29. RGB value is (219,193,41). Sum of RGB (Red+Green+Blue) = 219+193+41=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC129 is #243ED6. Grayscale: #B8B8B8. Windows color (decimal): -2375383 or 2736603. OLE color: 2736603.
HSL color Cylindrical-coordinate representation of color #DBC129: hue angle of 51.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBC129 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 41 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.14 |
| HSL | 51.24º | 0.71% | 0.51% | - |
| HSV(B) | 51.24º | 0.81% | 0.86% | - |
| XYZ | 48.68 | 53.36 | 9.83 | - |
| YUV | 183.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 41 | 0 | 0.12 | 0.81 | 0.14 | 51.24 | 0.71 | 0.51 |
| Hex | DB | C1 | 29 | 0 | C | 51 | E | 33 | 47 | 33 |
| Octal | 333 | 301 | 51 | 0 | 14 | 121 | 16 | 63 | 107 | 63 |
| Binary | 11011011 | 11000001 | 101001 | 0 | 1100 | 1010001 | 1110 | 110011 | 1000111 | 110011 |
Color Harmonies of #DBC129
Complementary color
Monochromatic Colors of #DBC129
Black with #DBC129
Text Example
Text Example
White with #DBC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC129; }
p { color: rgb(219,193,41); }
H1.HeaderClassName
{
color: #DBC129;
}
.AnyTagClassName
{
color: #DBC129;
}
</style>
background-color css
<style>
a { background-color: #DBC129; }
a { background-color: rgb(219,193,41); }
div.DivClassName
{
background-color: #DBC129;
}
.BgClassName
{
background-color: #DBC129;
}
</style>
border-color css
<style>
span { border-color: #DBC129; }
span { border-color: rgb(219,193,41); }
td.TdClassName
{
border-color: #DBC129;
}
.TagClassName
{
border-color: #DBC129;
}
</style>