Shades of Sunflower #DCBB1B
Tints of Sunflower #DCBB1B
RGB
CMYK
RGB Variations
Color information
#DCBB1B (or 0xDCBB1B) is known color: Sunflower. HEX triplet: DC, BB and 1B. RGB value is (220,187,27). Sum of RGB (Red+Green+Blue) = 220+187+27=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB1B is #2344E4. Grayscale: #B3B3B3. Windows color (decimal): -2311397 or 1817564. OLE color: 1817564.
HSL color Cylindrical-coordinate representation of color #DCBB1B: hue angle of 49.74º 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 #DCBB1B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 27 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.14 |
| HSL | 49.74º | 0.78% | 0.48% | - |
| HSV(B) | 49.74º | 0.88% | 0.86% | - |
| XYZ | 47.48 | 50.84 | 8.35 | - |
| YUV | 178.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 27 | 0 | 0.15 | 0.88 | 0.14 | 49.74 | 0.78 | 0.48 |
| Hex | DC | BB | 1B | 0 | F | 58 | E | 32 | 4E | 30 |
| Octal | 334 | 273 | 33 | 0 | 17 | 130 | 16 | 62 | 116 | 60 |
| Binary | 11011100 | 10111011 | 11011 | 0 | 1111 | 1011000 | 1110 | 110010 | 1001110 | 110000 |
Color Harmonies of #DCBB1B
Complementary color
Monochromatic Colors of #DCBB1B
Black with #DCBB1B
Text Example
Text Example
White with #DCBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB1B; }
p { color: rgb(220,187,27); }
H1.HeaderClassName
{
color: #DCBB1B;
}
.AnyTagClassName
{
color: #DCBB1B;
}
</style>
background-color css
<style>
a { background-color: #DCBB1B; }
a { background-color: rgb(220,187,27); }
div.DivClassName
{
background-color: #DCBB1B;
}
.BgClassName
{
background-color: #DCBB1B;
}
</style>
border-color css
<style>
span { border-color: #DCBB1B; }
span { border-color: rgb(220,187,27); }
td.TdClassName
{
border-color: #DCBB1B;
}
.TagClassName
{
border-color: #DCBB1B;
}
</style>