Shades of Sunflower #DBC228
Tints of Sunflower #DBC228
RGB
CMYK
RGB Variations
Color information
#DBC228 (or 0xDBC228) is known color: Sunflower. HEX triplet: DB, C2 and 28. RGB value is (219,194,40). Sum of RGB (Red+Green+Blue) = 219+194+40=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC228 is #243DD7. Grayscale: #B8B8B8. Windows color (decimal): -2375128 or 2671323. OLE color: 2671323.
HSL color Cylindrical-coordinate representation of color #DBC228: hue angle of 51.62º 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 #DBC228 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.14 |
| HSL | 51.62º | 0.71% | 0.51% | - |
| HSV(B) | 51.62º | 0.82% | 0.86% | - |
| XYZ | 48.89 | 53.8 | 9.81 | - |
| YUV | 183.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 40 | 0 | 0.11 | 0.82 | 0.14 | 51.62 | 0.71 | 0.51 |
| Hex | DB | C2 | 28 | 0 | B | 52 | E | 34 | 47 | 33 |
| Octal | 333 | 302 | 50 | 0 | 13 | 122 | 16 | 64 | 107 | 63 |
| Binary | 11011011 | 11000010 | 101000 | 0 | 1011 | 1010010 | 1110 | 110100 | 1000111 | 110011 |
Color Harmonies of #DBC228
Complementary color
Monochromatic Colors of #DBC228
Black with #DBC228
Text Example
Text Example
White with #DBC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC228; }
p { color: rgb(219,194,40); }
H1.HeaderClassName
{
color: #DBC228;
}
.AnyTagClassName
{
color: #DBC228;
}
</style>
background-color css
<style>
a { background-color: #DBC228; }
a { background-color: rgb(219,194,40); }
div.DivClassName
{
background-color: #DBC228;
}
.BgClassName
{
background-color: #DBC228;
}
</style>
border-color css
<style>
span { border-color: #DBC228; }
span { border-color: rgb(219,194,40); }
td.TdClassName
{
border-color: #DBC228;
}
.TagClassName
{
border-color: #DBC228;
}
</style>