Shades of Sunflower #DCB31A
Tints of Sunflower #DCB31A
RGB
CMYK
RGB Variations
Color information
#DCB31A (or 0xDCB31A) is known color: Sunflower. HEX triplet: DC, B3 and 1A. RGB value is (220,179,26). Sum of RGB (Red+Green+Blue) = 220+179+26=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB31A is #234CE5. Grayscale: #AEAEAE. Windows color (decimal): -2313446 or 1749980. OLE color: 1749980.
HSL color Cylindrical-coordinate representation of color #DCB31A: hue angle of 47.32º degrees, saturation: 0.79, 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 #DCB31A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 26 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.14 |
| HSL | 47.32º | 0.79% | 0.48% | - |
| HSV(B) | 47.32º | 0.88% | 0.86% | - |
| XYZ | 45.82 | 47.53 | 7.74 | - |
| YUV | 173.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 26 | 0 | 0.19 | 0.88 | 0.14 | 47.32 | 0.79 | 0.48 |
| Hex | DC | B3 | 1A | 0 | 13 | 58 | E | 2F | 4F | 30 |
| Octal | 334 | 263 | 32 | 0 | 23 | 130 | 16 | 57 | 117 | 60 |
| Binary | 11011100 | 10110011 | 11010 | 0 | 10011 | 1011000 | 1110 | 101111 | 1001111 | 110000 |
Color Harmonies of #DCB31A
Complementary color
Monochromatic Colors of #DCB31A
Black with #DCB31A
Text Example
Text Example
White with #DCB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB31A; }
p { color: rgb(220,179,26); }
H1.HeaderClassName
{
color: #DCB31A;
}
.AnyTagClassName
{
color: #DCB31A;
}
</style>
background-color css
<style>
a { background-color: #DCB31A; }
a { background-color: rgb(220,179,26); }
div.DivClassName
{
background-color: #DCB31A;
}
.BgClassName
{
background-color: #DCB31A;
}
</style>
border-color css
<style>
span { border-color: #DCB31A; }
span { border-color: rgb(220,179,26); }
td.TdClassName
{
border-color: #DCB31A;
}
.TagClassName
{
border-color: #DCB31A;
}
</style>