Shades of Sunflower #DCBE1B
Tints of Sunflower #DCBE1B
RGB
CMYK
RGB Variations
Color information
#DCBE1B (or 0xDCBE1B) is known color: Sunflower. HEX triplet: DC, BE and 1B. RGB value is (220,190,27). Sum of RGB (Red+Green+Blue) = 220+190+27=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE1B is #2341E4. Grayscale: #B5B5B5. Windows color (decimal): -2310629 or 1818332. OLE color: 1818332.
HSL color Cylindrical-coordinate representation of color #DCBE1B: hue angle of 50.67º degrees, saturation: 0.78, 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 #DCBE1B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.14 |
| HSL | 50.67º | 0.78% | 0.48% | - |
| HSV(B) | 50.67º | 0.88% | 0.86% | - |
| XYZ | 48.13 | 52.12 | 8.56 | - |
| YUV | 180.39 | 41.44 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 27 | 0 | 0.14 | 0.88 | 0.14 | 50.67 | 0.78 | 0.48 |
| Hex | DC | BE | 1B | 0 | E | 58 | E | 33 | 4E | 30 |
| Octal | 334 | 276 | 33 | 0 | 16 | 130 | 16 | 63 | 116 | 60 |
| Binary | 11011100 | 10111110 | 11011 | 0 | 1110 | 1011000 | 1110 | 110011 | 1001110 | 110000 |
Color Harmonies of #DCBE1B
Complementary color
Monochromatic Colors of #DCBE1B
Black with #DCBE1B
Text Example
Text Example
White with #DCBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE1B; }
p { color: rgb(220,190,27); }
H1.HeaderClassName
{
color: #DCBE1B;
}
.AnyTagClassName
{
color: #DCBE1B;
}
</style>
background-color css
<style>
a { background-color: #DCBE1B; }
a { background-color: rgb(220,190,27); }
div.DivClassName
{
background-color: #DCBE1B;
}
.BgClassName
{
background-color: #DCBE1B;
}
</style>
border-color css
<style>
span { border-color: #DCBE1B; }
span { border-color: rgb(220,190,27); }
td.TdClassName
{
border-color: #DCBE1B;
}
.TagClassName
{
border-color: #DCBE1B;
}
</style>