Shades of Sunflower #DBC30F
Tints of Sunflower #DBC30F
RGB
CMYK
RGB Variations
Color information
#DBC30F (or 0xDBC30F) is known color: Sunflower. HEX triplet: DB, C3 and 0F. RGB value is (219,195,15). Sum of RGB (Red+Green+Blue) = 219+195+15=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC30F is #243CF0. Grayscale: #B6B6B6. Windows color (decimal): -2374897 or 1033179. OLE color: 1033179.
HSL color Cylindrical-coordinate representation of color #DBC30F: hue angle of 52.94º 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 #DBC30F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.14 |
| HSL | 52.94º | 0.87% | 0.46% | - |
| HSV(B) | 52.94º | 0.93% | 0.86% | - |
| XYZ | 48.81 | 54.12 | 8.33 | - |
| YUV | 181.66 | 33.95 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 15 | 0 | 0.11 | 0.93 | 0.14 | 52.94 | 0.87 | 0.46 |
| Hex | DB | C3 | F | 0 | B | 5D | E | 35 | 57 | 2E |
| Octal | 333 | 303 | 17 | 0 | 13 | 135 | 16 | 65 | 127 | 56 |
| Binary | 11011011 | 11000011 | 1111 | 0 | 1011 | 1011101 | 1110 | 110101 | 1010111 | 101110 |
Color Harmonies of #DBC30F
Complementary color
Monochromatic Colors of #DBC30F
Black with #DBC30F
Text Example
Text Example
White with #DBC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC30F; }
p { color: rgb(219,195,15); }
H1.HeaderClassName
{
color: #DBC30F;
}
.AnyTagClassName
{
color: #DBC30F;
}
</style>
background-color css
<style>
a { background-color: #DBC30F; }
a { background-color: rgb(219,195,15); }
div.DivClassName
{
background-color: #DBC30F;
}
.BgClassName
{
background-color: #DBC30F;
}
</style>
border-color css
<style>
span { border-color: #DBC30F; }
span { border-color: rgb(219,195,15); }
td.TdClassName
{
border-color: #DBC30F;
}
.TagClassName
{
border-color: #DBC30F;
}
</style>