Shades of Sunflower #DBC223
Tints of Sunflower #DBC223
RGB
CMYK
RGB Variations
Color information
#DBC223 (or 0xDBC223) is known color: Sunflower. HEX triplet: DB, C2 and 23. RGB value is (219,194,35). Sum of RGB (Red+Green+Blue) = 219+194+35=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC223 is #243DDC. Grayscale: #B8B8B8. Windows color (decimal): -2375133 or 2343643. OLE color: 2343643.
HSL color Cylindrical-coordinate representation of color #DBC223: hue angle of 51.85º 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 #DBC223 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 35 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.14 |
| HSL | 51.85º | 0.72% | 0.5% | - |
| HSV(B) | 51.85º | 0.84% | 0.86% | - |
| XYZ | 48.81 | 53.76 | 9.4 | - |
| YUV | 183.35 | 44.28 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 35 | 0 | 0.11 | 0.84 | 0.14 | 51.85 | 0.72 | 0.5 |
| Hex | DB | C2 | 23 | 0 | B | 54 | E | 34 | 48 | 32 |
| Octal | 333 | 302 | 43 | 0 | 13 | 124 | 16 | 64 | 110 | 62 |
| Binary | 11011011 | 11000010 | 100011 | 0 | 1011 | 1010100 | 1110 | 110100 | 1001000 | 110010 |
Color Harmonies of #DBC223
Complementary color
Monochromatic Colors of #DBC223
Black with #DBC223
Text Example
Text Example
White with #DBC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC223; }
p { color: rgb(219,194,35); }
H1.HeaderClassName
{
color: #DBC223;
}
.AnyTagClassName
{
color: #DBC223;
}
</style>
background-color css
<style>
a { background-color: #DBC223; }
a { background-color: rgb(219,194,35); }
div.DivClassName
{
background-color: #DBC223;
}
.BgClassName
{
background-color: #DBC223;
}
</style>
border-color css
<style>
span { border-color: #DBC223; }
span { border-color: rgb(219,194,35); }
td.TdClassName
{
border-color: #DBC223;
}
.TagClassName
{
border-color: #DBC223;
}
</style>