Shades of Sunflower #DCBC22
Tints of Sunflower #DCBC22
RGB
CMYK
RGB Variations
Color information
#DCBC22 (or 0xDCBC22) is known color: Sunflower. HEX triplet: DC, BC and 22. RGB value is (220,188,34). Sum of RGB (Red+Green+Blue) = 220+188+34=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC22 is #2343DD. Grayscale: #B4B4B4. Windows color (decimal): -2311134 or 2276572. OLE color: 2276572.
HSL color Cylindrical-coordinate representation of color #DCBC22: hue angle of 49.68º degrees, saturation: 0.73, 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 #DCBC22 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.14 |
| HSL | 49.68º | 0.73% | 0.5% | - |
| HSV(B) | 49.68º | 0.85% | 0.86% | - |
| XYZ | 47.79 | 51.3 | 8.9 | - |
| YUV | 180.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 34 | 0 | 0.15 | 0.85 | 0.14 | 49.68 | 0.73 | 0.5 |
| Hex | DC | BC | 22 | 0 | F | 55 | E | 32 | 49 | 32 |
| Octal | 334 | 274 | 42 | 0 | 17 | 125 | 16 | 62 | 111 | 62 |
| Binary | 11011100 | 10111100 | 100010 | 0 | 1111 | 1010101 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DCBC22
Complementary color
Monochromatic Colors of #DCBC22
Black with #DCBC22
Text Example
Text Example
White with #DCBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC22; }
p { color: rgb(220,188,34); }
H1.HeaderClassName
{
color: #DCBC22;
}
.AnyTagClassName
{
color: #DCBC22;
}
</style>
background-color css
<style>
a { background-color: #DCBC22; }
a { background-color: rgb(220,188,34); }
div.DivClassName
{
background-color: #DCBC22;
}
.BgClassName
{
background-color: #DCBC22;
}
</style>
border-color css
<style>
span { border-color: #DCBC22; }
span { border-color: rgb(220,188,34); }
td.TdClassName
{
border-color: #DCBC22;
}
.TagClassName
{
border-color: #DCBC22;
}
</style>