Shades of Sunflower #DCB81C
Tints of Sunflower #DCB81C
RGB
CMYK
RGB Variations
Color information
#DCB81C (or 0xDCB81C) is known color: Sunflower. HEX triplet: DC, B8 and 1C. RGB value is (220,184,28). Sum of RGB (Red+Green+Blue) = 220+184+28=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB81C is #2347E3. Grayscale: #B1B1B1. Windows color (decimal): -2312164 or 1882332. OLE color: 1882332.
HSL color Cylindrical-coordinate representation of color #DCB81C: hue angle of 48.75º 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 #DCB81C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.14 |
| HSL | 48.75º | 0.77% | 0.49% | - |
| HSV(B) | 48.75º | 0.87% | 0.86% | - |
| XYZ | 46.87 | 49.58 | 8.2 | - |
| YUV | 176.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 28 | 0 | 0.16 | 0.87 | 0.14 | 48.75 | 0.77 | 0.49 |
| Hex | DC | B8 | 1C | 0 | 10 | 57 | E | 31 | 4D | 31 |
| Octal | 334 | 270 | 34 | 0 | 20 | 127 | 16 | 61 | 115 | 61 |
| Binary | 11011100 | 10111000 | 11100 | 0 | 10000 | 1010111 | 1110 | 110001 | 1001101 | 110001 |
Color Harmonies of #DCB81C
Complementary color
Monochromatic Colors of #DCB81C
Black with #DCB81C
Text Example
Text Example
White with #DCB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB81C; }
p { color: rgb(220,184,28); }
H1.HeaderClassName
{
color: #DCB81C;
}
.AnyTagClassName
{
color: #DCB81C;
}
</style>
background-color css
<style>
a { background-color: #DCB81C; }
a { background-color: rgb(220,184,28); }
div.DivClassName
{
background-color: #DCB81C;
}
.BgClassName
{
background-color: #DCB81C;
}
</style>
border-color css
<style>
span { border-color: #DCB81C; }
span { border-color: rgb(220,184,28); }
td.TdClassName
{
border-color: #DCB81C;
}
.TagClassName
{
border-color: #DCB81C;
}
</style>