Shades of Sunflower #DCBF18
Tints of Sunflower #DCBF18
RGB
CMYK
RGB Variations
Color information
#DCBF18 (or 0xDCBF18) is known color: Sunflower. HEX triplet: DC, BF and 18. RGB value is (220,191,24). Sum of RGB (Red+Green+Blue) = 220+191+24=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF18 is #2340E7. Grayscale: #B5B5B5. Windows color (decimal): -2310376 or 1621980. OLE color: 1621980.
HSL color Cylindrical-coordinate representation of color #DCBF18: hue angle of 51.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCBF18 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.14 |
| HSL | 51.12º | 0.8% | 0.48% | - |
| HSV(B) | 51.12º | 0.89% | 0.86% | - |
| XYZ | 48.31 | 52.54 | 8.46 | - |
| YUV | 180.63 | 39.61 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 24 | 0 | 0.13 | 0.89 | 0.14 | 51.12 | 0.8 | 0.48 |
| Hex | DC | BF | 18 | 0 | D | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 277 | 30 | 0 | 15 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 10111111 | 11000 | 0 | 1101 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCBF18
Complementary color
Monochromatic Colors of #DCBF18
Black with #DCBF18
Text Example
Text Example
White with #DCBF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF18; }
p { color: rgb(220,191,24); }
H1.HeaderClassName
{
color: #DCBF18;
}
.AnyTagClassName
{
color: #DCBF18;
}
</style>
background-color css
<style>
a { background-color: #DCBF18; }
a { background-color: rgb(220,191,24); }
div.DivClassName
{
background-color: #DCBF18;
}
.BgClassName
{
background-color: #DCBF18;
}
</style>
border-color css
<style>
span { border-color: #DCBF18; }
span { border-color: rgb(220,191,24); }
td.TdClassName
{
border-color: #DCBF18;
}
.TagClassName
{
border-color: #DCBF18;
}
</style>