Shades of Sunflower #DCB10D
Tints of Sunflower #DCB10D
RGB
CMYK
RGB Variations
Color information
#DCB10D (or 0xDCB10D) is known color: Sunflower. HEX triplet: DC, B1 and 0D. RGB value is (220,177,13). Sum of RGB (Red+Green+Blue) = 220+177+13=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB10D is #234EF2. Grayscale: #ABABAB. Windows color (decimal): -2313971 or 897500. OLE color: 897500.
HSL color Cylindrical-coordinate representation of color #DCB10D: hue angle of 47.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB10D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.14 |
| HSL | 47.54º | 0.89% | 0.46% | - |
| HSV(B) | 47.54º | 0.94% | 0.86% | - |
| XYZ | 45.31 | 46.69 | 7 | - |
| YUV | 171.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 13 | 0 | 0.20 | 0.94 | 0.14 | 47.54 | 0.89 | 0.46 |
| Hex | DC | B1 | D | 0 | 14 | 5E | E | 30 | 59 | 2E |
| Octal | 334 | 261 | 15 | 0 | 24 | 136 | 16 | 60 | 131 | 56 |
| Binary | 11011100 | 10110001 | 1101 | 0 | 10100 | 1011110 | 1110 | 110000 | 1011001 | 101110 |
Color Harmonies of #DCB10D
Complementary color
Monochromatic Colors of #DCB10D
Black with #DCB10D
Text Example
Text Example
White with #DCB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB10D; }
p { color: rgb(220,177,13); }
H1.HeaderClassName
{
color: #DCB10D;
}
.AnyTagClassName
{
color: #DCB10D;
}
</style>
background-color css
<style>
a { background-color: #DCB10D; }
a { background-color: rgb(220,177,13); }
div.DivClassName
{
background-color: #DCB10D;
}
.BgClassName
{
background-color: #DCB10D;
}
</style>
border-color css
<style>
span { border-color: #DCB10D; }
span { border-color: rgb(220,177,13); }
td.TdClassName
{
border-color: #DCB10D;
}
.TagClassName
{
border-color: #DCB10D;
}
</style>