Shades of Sunflower #DCBE1C
Tints of Sunflower #DCBE1C
RGB
CMYK
RGB Variations
Color information
#DCBE1C (or 0xDCBE1C) is known color: Sunflower. HEX triplet: DC, BE and 1C. RGB value is (220,190,28). Sum of RGB (Red+Green+Blue) = 220+190+28=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE1C is #2341E3. Grayscale: #B5B5B5. Windows color (decimal): -2310628 or 1883868. OLE color: 1883868.
HSL color Cylindrical-coordinate representation of color #DCBE1C: hue angle of 50.62º 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 #DCBE1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.14 |
| HSL | 50.63º | 0.77% | 0.49% | - |
| HSV(B) | 50.63º | 0.87% | 0.86% | - |
| XYZ | 48.14 | 52.13 | 8.62 | - |
| YUV | 180.5 | 41.94 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 28 | 0 | 0.14 | 0.87 | 0.14 | 50.63 | 0.77 | 0.49 |
| Hex | DC | BE | 1C | 0 | E | 57 | E | 33 | 4D | 31 |
| Octal | 334 | 276 | 34 | 0 | 16 | 127 | 16 | 63 | 115 | 61 |
| Binary | 11011100 | 10111110 | 11100 | 0 | 1110 | 1010111 | 1110 | 110011 | 1001101 | 110001 |
Color Harmonies of #DCBE1C
Complementary color
Monochromatic Colors of #DCBE1C
Black with #DCBE1C
Text Example
Text Example
White with #DCBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE1C; }
p { color: rgb(220,190,28); }
H1.HeaderClassName
{
color: #DCBE1C;
}
.AnyTagClassName
{
color: #DCBE1C;
}
</style>
background-color css
<style>
a { background-color: #DCBE1C; }
a { background-color: rgb(220,190,28); }
div.DivClassName
{
background-color: #DCBE1C;
}
.BgClassName
{
background-color: #DCBE1C;
}
</style>
border-color css
<style>
span { border-color: #DCBE1C; }
span { border-color: rgb(220,190,28); }
td.TdClassName
{
border-color: #DCBE1C;
}
.TagClassName
{
border-color: #DCBE1C;
}
</style>