Shades of Sunflower #DCB91D
Tints of Sunflower #DCB91D
RGB
CMYK
RGB Variations
Color information
#DCB91D (or 0xDCB91D) is known color: Sunflower. HEX triplet: DC, B9 and 1D. RGB value is (220,185,29). Sum of RGB (Red+Green+Blue) = 220+185+29=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB91D is #2346E2. Grayscale: #B2B2B2. Windows color (decimal): -2311907 or 1948124. OLE color: 1948124.
HSL color Cylindrical-coordinate representation of color #DCB91D: hue angle of 49.01º 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 #DCB91D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 29 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.14 |
| HSL | 49.01º | 0.77% | 0.49% | - |
| HSV(B) | 49.01º | 0.87% | 0.86% | - |
| XYZ | 47.09 | 50 | 8.33 | - |
| YUV | 177.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 29 | 0 | 0.16 | 0.87 | 0.14 | 49.01 | 0.77 | 0.49 |
| Hex | DC | B9 | 1D | 0 | 10 | 57 | E | 31 | 4D | 31 |
| Octal | 334 | 271 | 35 | 0 | 20 | 127 | 16 | 61 | 115 | 61 |
| Binary | 11011100 | 10111001 | 11101 | 0 | 10000 | 1010111 | 1110 | 110001 | 1001101 | 110001 |
Color Harmonies of #DCB91D
Complementary color
Monochromatic Colors of #DCB91D
Black with #DCB91D
Text Example
Text Example
White with #DCB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB91D; }
p { color: rgb(220,185,29); }
H1.HeaderClassName
{
color: #DCB91D;
}
.AnyTagClassName
{
color: #DCB91D;
}
</style>
background-color css
<style>
a { background-color: #DCB91D; }
a { background-color: rgb(220,185,29); }
div.DivClassName
{
background-color: #DCB91D;
}
.BgClassName
{
background-color: #DCB91D;
}
</style>
border-color css
<style>
span { border-color: #DCB91D; }
span { border-color: rgb(220,185,29); }
td.TdClassName
{
border-color: #DCB91D;
}
.TagClassName
{
border-color: #DCB91D;
}
</style>