Shades of Sunflower #DBC205
Tints of Sunflower #DBC205
RGB
CMYK
RGB Variations
Color information
#DBC205 (or 0xDBC205) is known color: Sunflower. HEX triplet: DB, C2 and 05. RGB value is (219,194,5). Sum of RGB (Red+Green+Blue) = 219+194+5=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC205 is #243DFA. Grayscale: #B4B4B4. Windows color (decimal): -2375163 or 377563. OLE color: 377563.
HSL color Cylindrical-coordinate representation of color #DBC205: hue angle of 52.99º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBC205 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.14 |
| HSL | 52.99º | 0.96% | 0.44% | - |
| HSV(B) | 52.99º | 0.98% | 0.86% | - |
| XYZ | 48.53 | 53.65 | 7.94 | - |
| YUV | 179.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 5 | 0 | 0.11 | 0.98 | 0.14 | 52.99 | 0.96 | 0.44 |
| Hex | DB | C2 | 5 | 0 | B | 62 | E | 35 | 60 | 2C |
| Octal | 333 | 302 | 5 | 0 | 13 | 142 | 16 | 65 | 140 | 54 |
| Binary | 11011011 | 11000010 | 101 | 0 | 1011 | 1100010 | 1110 | 110101 | 1100000 | 101100 |
Color Harmonies of #DBC205
Complementary color
Monochromatic Colors of #DBC205
Black with #DBC205
Text Example
Text Example
White with #DBC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC205; }
p { color: rgb(219,194,5); }
H1.HeaderClassName
{
color: #DBC205;
}
.AnyTagClassName
{
color: #DBC205;
}
</style>
background-color css
<style>
a { background-color: #DBC205; }
a { background-color: rgb(219,194,5); }
div.DivClassName
{
background-color: #DBC205;
}
.BgClassName
{
background-color: #DBC205;
}
</style>
border-color css
<style>
span { border-color: #DBC205; }
span { border-color: rgb(219,194,5); }
td.TdClassName
{
border-color: #DBC205;
}
.TagClassName
{
border-color: #DBC205;
}
</style>