Shades of Sunflower #DCBF1A
Tints of Sunflower #DCBF1A
RGB
CMYK
RGB Variations
Color information
#DCBF1A (or 0xDCBF1A) is known color: Sunflower. HEX triplet: DC, BF and 1A. RGB value is (220,191,26). Sum of RGB (Red+Green+Blue) = 220+191+26=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF1A is #2340E5. Grayscale: #B5B5B5. Windows color (decimal): -2310374 or 1753052. OLE color: 1753052.
HSL color Cylindrical-coordinate representation of color #DCBF1A: hue angle of 51.03º 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 #DCBF1A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 26 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.14 |
| HSL | 51.03º | 0.79% | 0.48% | - |
| HSV(B) | 51.03º | 0.88% | 0.86% | - |
| XYZ | 48.33 | 52.55 | 8.57 | - |
| YUV | 180.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 26 | 0 | 0.13 | 0.88 | 0.14 | 51.03 | 0.79 | 0.48 |
| Hex | DC | BF | 1A | 0 | D | 58 | E | 33 | 4F | 30 |
| Octal | 334 | 277 | 32 | 0 | 15 | 130 | 16 | 63 | 117 | 60 |
| Binary | 11011100 | 10111111 | 11010 | 0 | 1101 | 1011000 | 1110 | 110011 | 1001111 | 110000 |
Color Harmonies of #DCBF1A
Complementary color
Monochromatic Colors of #DCBF1A
Black with #DCBF1A
Text Example
Text Example
White with #DCBF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF1A; }
p { color: rgb(220,191,26); }
H1.HeaderClassName
{
color: #DCBF1A;
}
.AnyTagClassName
{
color: #DCBF1A;
}
</style>
background-color css
<style>
a { background-color: #DCBF1A; }
a { background-color: rgb(220,191,26); }
div.DivClassName
{
background-color: #DCBF1A;
}
.BgClassName
{
background-color: #DCBF1A;
}
</style>
border-color css
<style>
span { border-color: #DCBF1A; }
span { border-color: rgb(220,191,26); }
td.TdClassName
{
border-color: #DCBF1A;
}
.TagClassName
{
border-color: #DCBF1A;
}
</style>