Shades of Sunflower #DCB81F
Tints of Sunflower #DCB81F
RGB
CMYK
RGB Variations
Color information
#DCB81F (or 0xDCB81F) is known color: Sunflower. HEX triplet: DC, B8 and 1F. RGB value is (220,184,31). Sum of RGB (Red+Green+Blue) = 220+184+31=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB81F is #2347E0. Grayscale: #B1B1B1. Windows color (decimal): -2312161 or 2078940. OLE color: 2078940.
HSL color Cylindrical-coordinate representation of color #DCB81F: hue angle of 48.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB81F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.14 |
| HSL | 48.57º | 0.75% | 0.49% | - |
| HSV(B) | 48.57º | 0.86% | 0.86% | - |
| XYZ | 46.9 | 49.6 | 8.4 | - |
| YUV | 177.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 31 | 0 | 0.16 | 0.86 | 0.14 | 48.57 | 0.75 | 0.49 |
| Hex | DC | B8 | 1F | 0 | 10 | 56 | E | 31 | 4B | 31 |
| Octal | 334 | 270 | 37 | 0 | 20 | 126 | 16 | 61 | 113 | 61 |
| Binary | 11011100 | 10111000 | 11111 | 0 | 10000 | 1010110 | 1110 | 110001 | 1001011 | 110001 |
Color Harmonies of #DCB81F
Complementary color
Monochromatic Colors of #DCB81F
Black with #DCB81F
Text Example
Text Example
White with #DCB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB81F; }
p { color: rgb(220,184,31); }
H1.HeaderClassName
{
color: #DCB81F;
}
.AnyTagClassName
{
color: #DCB81F;
}
</style>
background-color css
<style>
a { background-color: #DCB81F; }
a { background-color: rgb(220,184,31); }
div.DivClassName
{
background-color: #DCB81F;
}
.BgClassName
{
background-color: #DCB81F;
}
</style>
border-color css
<style>
span { border-color: #DCB81F; }
span { border-color: rgb(220,184,31); }
td.TdClassName
{
border-color: #DCB81F;
}
.TagClassName
{
border-color: #DCB81F;
}
</style>