Shades of Sunflower #DCBB21
Tints of Sunflower #DCBB21
RGB
CMYK
RGB Variations
Color information
#DCBB21 (or 0xDCBB21) is known color: Sunflower. HEX triplet: DC, BB and 21. RGB value is (220,187,33). Sum of RGB (Red+Green+Blue) = 220+187+33=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB21 is #2344DE. Grayscale: #B3B3B3. Windows color (decimal): -2311391 or 2210780. OLE color: 2210780.
HSL color Cylindrical-coordinate representation of color #DCBB21: hue angle of 49.41º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBB21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.14 |
| HSL | 49.41º | 0.74% | 0.5% | - |
| HSV(B) | 49.41º | 0.85% | 0.86% | - |
| XYZ | 47.56 | 50.87 | 8.75 | - |
| YUV | 179.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 33 | 0 | 0.15 | 0.85 | 0.14 | 49.41 | 0.74 | 0.5 |
| Hex | DC | BB | 21 | 0 | F | 55 | E | 31 | 4A | 32 |
| Octal | 334 | 273 | 41 | 0 | 17 | 125 | 16 | 61 | 112 | 62 |
| Binary | 11011100 | 10111011 | 100001 | 0 | 1111 | 1010101 | 1110 | 110001 | 1001010 | 110010 |
Color Harmonies of #DCBB21
Complementary color
Monochromatic Colors of #DCBB21
Black with #DCBB21
Text Example
Text Example
White with #DCBB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB21; }
p { color: rgb(220,187,33); }
H1.HeaderClassName
{
color: #DCBB21;
}
.AnyTagClassName
{
color: #DCBB21;
}
</style>
background-color css
<style>
a { background-color: #DCBB21; }
a { background-color: rgb(220,187,33); }
div.DivClassName
{
background-color: #DCBB21;
}
.BgClassName
{
background-color: #DCBB21;
}
</style>
border-color css
<style>
span { border-color: #DCBB21; }
span { border-color: rgb(220,187,33); }
td.TdClassName
{
border-color: #DCBB21;
}
.TagClassName
{
border-color: #DCBB21;
}
</style>