Shades of Sunflower #DBB41C
Tints of Sunflower #DBB41C
RGB
CMYK
RGB Variations
Color information
#DBB41C (or 0xDBB41C) is known color: Sunflower. HEX triplet: DB, B4 and 1C. RGB value is (219,180,28). Sum of RGB (Red+Green+Blue) = 219+180+28=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB41C is #244BE3. Grayscale: #AEAEAE. Windows color (decimal): -2378724 or 1881307. OLE color: 1881307.
HSL color Cylindrical-coordinate representation of color #DBB41C: hue angle of 47.75º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB41C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.75º | 0.77% | 0.48% | - |
| HSV(B) | 47.75º | 0.87% | 0.86% | - |
| XYZ | 45.74 | 47.79 | 7.91 | - |
| YUV | 174.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 28 | 0 | 0.18 | 0.87 | 0.14 | 47.75 | 0.77 | 0.48 |
| Hex | DB | B4 | 1C | 0 | 12 | 57 | E | 30 | 4D | 30 |
| Octal | 333 | 264 | 34 | 0 | 22 | 127 | 16 | 60 | 115 | 60 |
| Binary | 11011011 | 10110100 | 11100 | 0 | 10010 | 1010111 | 1110 | 110000 | 1001101 | 110000 |
Color Harmonies of #DBB41C
Complementary color
Monochromatic Colors of #DBB41C
Black with #DBB41C
Text Example
Text Example
White with #DBB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB41C; }
p { color: rgb(219,180,28); }
H1.HeaderClassName
{
color: #DBB41C;
}
.AnyTagClassName
{
color: #DBB41C;
}
</style>
background-color css
<style>
a { background-color: #DBB41C; }
a { background-color: rgb(219,180,28); }
div.DivClassName
{
background-color: #DBB41C;
}
.BgClassName
{
background-color: #DBB41C;
}
</style>
border-color css
<style>
span { border-color: #DBB41C; }
span { border-color: rgb(219,180,28); }
td.TdClassName
{
border-color: #DBB41C;
}
.TagClassName
{
border-color: #DBB41C;
}
</style>