Shades of Sunflower #DBC30B
Tints of Sunflower #DBC30B
RGB
CMYK
RGB Variations
Color information
#DBC30B (or 0xDBC30B) is known color: Sunflower. HEX triplet: DB, C3 and 0B. RGB value is (219,195,11). Sum of RGB (Red+Green+Blue) = 219+195+11=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC30B is #243CF4. Grayscale: #B5B5B5. Windows color (decimal): -2374901 or 771035. OLE color: 771035.
HSL color Cylindrical-coordinate representation of color #DBC30B: hue angle of 53.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBC30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.14 |
| HSL | 53.08º | 0.9% | 0.45% | - |
| HSV(B) | 53.08º | 0.95% | 0.86% | - |
| XYZ | 48.79 | 54.11 | 8.19 | - |
| YUV | 181.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 11 | 0 | 0.11 | 0.95 | 0.14 | 53.08 | 0.9 | 0.45 |
| Hex | DB | C3 | B | 0 | B | 5F | E | 35 | 5A | 2D |
| Octal | 333 | 303 | 13 | 0 | 13 | 137 | 16 | 65 | 132 | 55 |
| Binary | 11011011 | 11000011 | 1011 | 0 | 1011 | 1011111 | 1110 | 110101 | 1011010 | 101101 |
Color Harmonies of #DBC30B
Complementary color
Monochromatic Colors of #DBC30B
Black with #DBC30B
Text Example
Text Example
White with #DBC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC30B; }
p { color: rgb(219,195,11); }
H1.HeaderClassName
{
color: #DBC30B;
}
.AnyTagClassName
{
color: #DBC30B;
}
</style>
background-color css
<style>
a { background-color: #DBC30B; }
a { background-color: rgb(219,195,11); }
div.DivClassName
{
background-color: #DBC30B;
}
.BgClassName
{
background-color: #DBC30B;
}
</style>
border-color css
<style>
span { border-color: #DBC30B; }
span { border-color: rgb(219,195,11); }
td.TdClassName
{
border-color: #DBC30B;
}
.TagClassName
{
border-color: #DBC30B;
}
</style>