Shades of Sunflower #DBB10C
Tints of Sunflower #DBB10C
RGB
CMYK
RGB Variations
Color information
#DBB10C (or 0xDBB10C) is known color: Sunflower. HEX triplet: DB, B1 and 0C. RGB value is (219,177,12). Sum of RGB (Red+Green+Blue) = 219+177+12=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB10C is #244EF3. Grayscale: #ABABAB. Windows color (decimal): -2379508 or 831963. OLE color: 831963.
HSL color Cylindrical-coordinate representation of color #DBB10C: hue angle of 47.83º 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 #DBB10C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.14 |
| HSL | 47.83º | 0.9% | 0.45% | - |
| HSV(B) | 47.83º | 0.95% | 0.86% | - |
| XYZ | 45 | 46.53 | 6.96 | - |
| YUV | 170.75 | 38.41 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 12 | 0 | 0.19 | 0.95 | 0.14 | 47.83 | 0.9 | 0.45 |
| Hex | DB | B1 | C | 0 | 13 | 5F | E | 30 | 5A | 2D |
| Octal | 333 | 261 | 14 | 0 | 23 | 137 | 16 | 60 | 132 | 55 |
| Binary | 11011011 | 10110001 | 1100 | 0 | 10011 | 1011111 | 1110 | 110000 | 1011010 | 101101 |
Color Harmonies of #DBB10C
Complementary color
Monochromatic Colors of #DBB10C
Black with #DBB10C
Text Example
Text Example
White with #DBB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB10C; }
p { color: rgb(219,177,12); }
H1.HeaderClassName
{
color: #DBB10C;
}
.AnyTagClassName
{
color: #DBB10C;
}
</style>
background-color css
<style>
a { background-color: #DBB10C; }
a { background-color: rgb(219,177,12); }
div.DivClassName
{
background-color: #DBB10C;
}
.BgClassName
{
background-color: #DBB10C;
}
</style>
border-color css
<style>
span { border-color: #DBB10C; }
span { border-color: rgb(219,177,12); }
td.TdClassName
{
border-color: #DBB10C;
}
.TagClassName
{
border-color: #DBB10C;
}
</style>