Shades of Sunflower #DCB91B
Tints of Sunflower #DCB91B
RGB
CMYK
RGB Variations
Color information
#DCB91B (or 0xDCB91B) is known color: Sunflower. HEX triplet: DC, B9 and 1B. RGB value is (220,185,27). Sum of RGB (Red+Green+Blue) = 220+185+27=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB91B is #2346E4. Grayscale: #B2B2B2. Windows color (decimal): -2311909 or 1817052. OLE color: 1817052.
HSL color Cylindrical-coordinate representation of color #DCB91B: hue angle of 49.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCB91B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.14 |
| HSL | 49.12º | 0.78% | 0.48% | - |
| HSV(B) | 49.12º | 0.88% | 0.86% | - |
| XYZ | 47.06 | 49.99 | 8.21 | - |
| YUV | 177.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 27 | 0 | 0.16 | 0.88 | 0.14 | 49.12 | 0.78 | 0.48 |
| Hex | DC | B9 | 1B | 0 | 10 | 58 | E | 31 | 4E | 30 |
| Octal | 334 | 271 | 33 | 0 | 20 | 130 | 16 | 61 | 116 | 60 |
| Binary | 11011100 | 10111001 | 11011 | 0 | 10000 | 1011000 | 1110 | 110001 | 1001110 | 110000 |
Color Harmonies of #DCB91B
Complementary color
Monochromatic Colors of #DCB91B
Black with #DCB91B
Text Example
Text Example
White with #DCB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB91B; }
p { color: rgb(220,185,27); }
H1.HeaderClassName
{
color: #DCB91B;
}
.AnyTagClassName
{
color: #DCB91B;
}
</style>
background-color css
<style>
a { background-color: #DCB91B; }
a { background-color: rgb(220,185,27); }
div.DivClassName
{
background-color: #DCB91B;
}
.BgClassName
{
background-color: #DCB91B;
}
</style>
border-color css
<style>
span { border-color: #DCB91B; }
span { border-color: rgb(220,185,27); }
td.TdClassName
{
border-color: #DCB91B;
}
.TagClassName
{
border-color: #DCB91B;
}
</style>