Shades of Sunflower #DCB81B
Tints of Sunflower #DCB81B
RGB
CMYK
RGB Variations
Color information
#DCB81B (or 0xDCB81B) is known color: Sunflower. HEX triplet: DC, B8 and 1B. RGB value is (220,184,27). Sum of RGB (Red+Green+Blue) = 220+184+27=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB81B is #2347E4. Grayscale: #B1B1B1. Windows color (decimal): -2312165 or 1816796. OLE color: 1816796.
HSL color Cylindrical-coordinate representation of color #DCB81B: hue angle of 48.81º 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 #DCB81B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.14 |
| HSL | 48.81º | 0.78% | 0.48% | - |
| HSV(B) | 48.81º | 0.88% | 0.86% | - |
| XYZ | 46.85 | 49.58 | 8.14 | - |
| YUV | 176.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 27 | 0 | 0.16 | 0.88 | 0.14 | 48.81 | 0.78 | 0.48 |
| Hex | DC | B8 | 1B | 0 | 10 | 58 | E | 31 | 4E | 30 |
| Octal | 334 | 270 | 33 | 0 | 20 | 130 | 16 | 61 | 116 | 60 |
| Binary | 11011100 | 10111000 | 11011 | 0 | 10000 | 1011000 | 1110 | 110001 | 1001110 | 110000 |
Color Harmonies of #DCB81B
Complementary color
Monochromatic Colors of #DCB81B
Black with #DCB81B
Text Example
Text Example
White with #DCB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB81B; }
p { color: rgb(220,184,27); }
H1.HeaderClassName
{
color: #DCB81B;
}
.AnyTagClassName
{
color: #DCB81B;
}
</style>
background-color css
<style>
a { background-color: #DCB81B; }
a { background-color: rgb(220,184,27); }
div.DivClassName
{
background-color: #DCB81B;
}
.BgClassName
{
background-color: #DCB81B;
}
</style>
border-color css
<style>
span { border-color: #DCB81B; }
span { border-color: rgb(220,184,27); }
td.TdClassName
{
border-color: #DCB81B;
}
.TagClassName
{
border-color: #DCB81B;
}
</style>