Shades of Sunflower #DCB51C
Tints of Sunflower #DCB51C
RGB
CMYK
RGB Variations
Color information
#DCB51C (or 0xDCB51C) is known color: Sunflower. HEX triplet: DC, B5 and 1C. RGB value is (220,181,28). Sum of RGB (Red+Green+Blue) = 220+181+28=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB51C is #234AE3. Grayscale: #AFAFAF. Windows color (decimal): -2312932 or 1881564. OLE color: 1881564.
HSL color Cylindrical-coordinate representation of color #DCB51C: hue angle of 47.81º 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 #DCB51C is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 28 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.14 |
| HSL | 47.81º | 0.77% | 0.49% | - |
| HSV(B) | 47.81º | 0.87% | 0.86% | - |
| XYZ | 46.25 | 48.35 | 7.99 | - |
| YUV | 175.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 28 | 0 | 0.18 | 0.87 | 0.14 | 47.81 | 0.77 | 0.49 |
| Hex | DC | B5 | 1C | 0 | 12 | 57 | E | 30 | 4D | 31 |
| Octal | 334 | 265 | 34 | 0 | 22 | 127 | 16 | 60 | 115 | 61 |
| Binary | 11011100 | 10110101 | 11100 | 0 | 10010 | 1010111 | 1110 | 110000 | 1001101 | 110001 |
Color Harmonies of #DCB51C
Complementary color
Monochromatic Colors of #DCB51C
Black with #DCB51C
Text Example
Text Example
White with #DCB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB51C; }
p { color: rgb(220,181,28); }
H1.HeaderClassName
{
color: #DCB51C;
}
.AnyTagClassName
{
color: #DCB51C;
}
</style>
background-color css
<style>
a { background-color: #DCB51C; }
a { background-color: rgb(220,181,28); }
div.DivClassName
{
background-color: #DCB51C;
}
.BgClassName
{
background-color: #DCB51C;
}
</style>
border-color css
<style>
span { border-color: #DCB51C; }
span { border-color: rgb(220,181,28); }
td.TdClassName
{
border-color: #DCB51C;
}
.TagClassName
{
border-color: #DCB51C;
}
</style>