Shades of Sunflower #DBC227
Tints of Sunflower #DBC227
RGB
CMYK
RGB Variations
Color information
#DBC227 (or 0xDBC227) is known color: Sunflower. HEX triplet: DB, C2 and 27. RGB value is (219,194,39). Sum of RGB (Red+Green+Blue) = 219+194+39=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC227 is #243DD8. Grayscale: #B8B8B8. Windows color (decimal): -2375129 or 2605787. OLE color: 2605787.
HSL color Cylindrical-coordinate representation of color #DBC227: hue angle of 51.67º 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 #DBC227 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 39 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.14 |
| HSL | 51.67º | 0.71% | 0.51% | - |
| HSV(B) | 51.67º | 0.82% | 0.86% | - |
| XYZ | 48.87 | 53.79 | 9.73 | - |
| YUV | 183.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 39 | 0 | 0.11 | 0.82 | 0.14 | 51.67 | 0.71 | 0.51 |
| Hex | DB | C2 | 27 | 0 | B | 52 | E | 34 | 47 | 33 |
| Octal | 333 | 302 | 47 | 0 | 13 | 122 | 16 | 64 | 107 | 63 |
| Binary | 11011011 | 11000010 | 100111 | 0 | 1011 | 1010010 | 1110 | 110100 | 1000111 | 110011 |
Color Harmonies of #DBC227
Complementary color
Monochromatic Colors of #DBC227
Black with #DBC227
Text Example
Text Example
White with #DBC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC227; }
p { color: rgb(219,194,39); }
H1.HeaderClassName
{
color: #DBC227;
}
.AnyTagClassName
{
color: #DBC227;
}
</style>
background-color css
<style>
a { background-color: #DBC227; }
a { background-color: rgb(219,194,39); }
div.DivClassName
{
background-color: #DBC227;
}
.BgClassName
{
background-color: #DBC227;
}
</style>
border-color css
<style>
span { border-color: #DBC227; }
span { border-color: rgb(219,194,39); }
td.TdClassName
{
border-color: #DBC227;
}
.TagClassName
{
border-color: #DBC227;
}
</style>