Shades of Sunflower #DCB91C
Tints of Sunflower #DCB91C
RGB
CMYK
RGB Variations
Color information
#DCB91C (or 0xDCB91C) is known color: Sunflower. HEX triplet: DC, B9 and 1C. RGB value is (220,185,28). Sum of RGB (Red+Green+Blue) = 220+185+28=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB91C is #2346E3. Grayscale: #B2B2B2. Windows color (decimal): -2311908 or 1882588. OLE color: 1882588.
HSL color Cylindrical-coordinate representation of color #DCB91C: hue angle of 49.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCB91C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.14 |
| HSL | 49.06º | 0.77% | 0.49% | - |
| HSV(B) | 49.06º | 0.87% | 0.86% | - |
| XYZ | 47.07 | 50 | 8.27 | - |
| YUV | 177.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 28 | 0 | 0.16 | 0.87 | 0.14 | 49.06 | 0.77 | 0.49 |
| Hex | DC | B9 | 1C | 0 | 10 | 57 | E | 31 | 4D | 31 |
| Octal | 334 | 271 | 34 | 0 | 20 | 127 | 16 | 61 | 115 | 61 |
| Binary | 11011100 | 10111001 | 11100 | 0 | 10000 | 1010111 | 1110 | 110001 | 1001101 | 110001 |
Color Harmonies of #DCB91C
Complementary color
Monochromatic Colors of #DCB91C
Black with #DCB91C
Text Example
Text Example
White with #DCB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB91C; }
p { color: rgb(220,185,28); }
H1.HeaderClassName
{
color: #DCB91C;
}
.AnyTagClassName
{
color: #DCB91C;
}
</style>
background-color css
<style>
a { background-color: #DCB91C; }
a { background-color: rgb(220,185,28); }
div.DivClassName
{
background-color: #DCB91C;
}
.BgClassName
{
background-color: #DCB91C;
}
</style>
border-color css
<style>
span { border-color: #DCB91C; }
span { border-color: rgb(220,185,28); }
td.TdClassName
{
border-color: #DCB91C;
}
.TagClassName
{
border-color: #DCB91C;
}
</style>