Shades of Sunflower #DBC20F
Tints of Sunflower #DBC20F
RGB
CMYK
RGB Variations
Color information
#DBC20F (or 0xDBC20F) is known color: Sunflower. HEX triplet: DB, C2 and 0F. RGB value is (219,194,15). Sum of RGB (Red+Green+Blue) = 219+194+15=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC20F is #243DF0. Grayscale: #B5B5B5. Windows color (decimal): -2375153 or 1032923. OLE color: 1032923.
HSL color Cylindrical-coordinate representation of color #DBC20F: hue angle of 52.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBC20F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.14 |
| HSL | 52.65º | 0.87% | 0.46% | - |
| HSV(B) | 52.65º | 0.93% | 0.86% | - |
| XYZ | 48.59 | 53.68 | 8.25 | - |
| YUV | 181.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 15 | 0 | 0.11 | 0.93 | 0.14 | 52.65 | 0.87 | 0.46 |
| Hex | DB | C2 | F | 0 | B | 5D | E | 35 | 57 | 2E |
| Octal | 333 | 302 | 17 | 0 | 13 | 135 | 16 | 65 | 127 | 56 |
| Binary | 11011011 | 11000010 | 1111 | 0 | 1011 | 1011101 | 1110 | 110101 | 1010111 | 101110 |
Color Harmonies of #DBC20F
Complementary color
Monochromatic Colors of #DBC20F
Black with #DBC20F
Text Example
Text Example
White with #DBC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC20F; }
p { color: rgb(219,194,15); }
H1.HeaderClassName
{
color: #DBC20F;
}
.AnyTagClassName
{
color: #DBC20F;
}
</style>
background-color css
<style>
a { background-color: #DBC20F; }
a { background-color: rgb(219,194,15); }
div.DivClassName
{
background-color: #DBC20F;
}
.BgClassName
{
background-color: #DBC20F;
}
</style>
border-color css
<style>
span { border-color: #DBC20F; }
span { border-color: rgb(219,194,15); }
td.TdClassName
{
border-color: #DBC20F;
}
.TagClassName
{
border-color: #DBC20F;
}
</style>