Shades of Sunflower #DBC023
Tints of Sunflower #DBC023
RGB
CMYK
RGB Variations
Color information
#DBC023 (or 0xDBC023) is known color: Sunflower. HEX triplet: DB, C0 and 23. RGB value is (219,192,35). Sum of RGB (Red+Green+Blue) = 219+192+35=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC023 is #243FDC. Grayscale: #B6B6B6. Windows color (decimal): -2375645 or 2343131. OLE color: 2343131.
HSL color Cylindrical-coordinate representation of color #DBC023: hue angle of 51.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBC023 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.14 |
| HSL | 51.2º | 0.72% | 0.5% | - |
| HSV(B) | 51.2º | 0.84% | 0.86% | - |
| XYZ | 48.37 | 52.88 | 9.25 | - |
| YUV | 182.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 35 | 0 | 0.12 | 0.84 | 0.14 | 51.2 | 0.72 | 0.5 |
| Hex | DB | C0 | 23 | 0 | C | 54 | E | 33 | 48 | 32 |
| Octal | 333 | 300 | 43 | 0 | 14 | 124 | 16 | 63 | 110 | 62 |
| Binary | 11011011 | 11000000 | 100011 | 0 | 1100 | 1010100 | 1110 | 110011 | 1001000 | 110010 |
Color Harmonies of #DBC023
Complementary color
Monochromatic Colors of #DBC023
Black with #DBC023
Text Example
Text Example
White with #DBC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC023; }
p { color: rgb(219,192,35); }
H1.HeaderClassName
{
color: #DBC023;
}
.AnyTagClassName
{
color: #DBC023;
}
</style>
background-color css
<style>
a { background-color: #DBC023; }
a { background-color: rgb(219,192,35); }
div.DivClassName
{
background-color: #DBC023;
}
.BgClassName
{
background-color: #DBC023;
}
</style>
border-color css
<style>
span { border-color: #DBC023; }
span { border-color: rgb(219,192,35); }
td.TdClassName
{
border-color: #DBC023;
}
.TagClassName
{
border-color: #DBC023;
}
</style>