Shades of Sunflower #DDBC10
Tints of Sunflower #DDBC10
RGB
CMYK
RGB Variations
Color information
#DDBC10 (or 0xDDBC10) is known color: Sunflower. HEX triplet: DD, BC and 10. RGB value is (221,188,16). Sum of RGB (Red+Green+Blue) = 221+188+16=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC10 is #2243EF. Grayscale: #B2B2B2. Windows color (decimal): -2245616 or 1096925. OLE color: 1096925.
HSL color Cylindrical-coordinate representation of color #DDBC10: hue angle of 50.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDBC10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.13 |
| HSL | 50.34º | 0.86% | 0.46% | - |
| HSV(B) | 50.34º | 0.93% | 0.87% | - |
| XYZ | 47.9 | 51.38 | 7.88 | - |
| YUV | 178.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 16 | 0 | 0.15 | 0.93 | 0.13 | 50.34 | 0.86 | 0.46 |
| Hex | DD | BC | 10 | 0 | F | 5D | D | 32 | 56 | 2E |
| Octal | 335 | 274 | 20 | 0 | 17 | 135 | 15 | 62 | 126 | 56 |
| Binary | 11011101 | 10111100 | 10000 | 0 | 1111 | 1011101 | 1101 | 110010 | 1010110 | 101110 |
Color Harmonies of #DDBC10
Complementary color
Monochromatic Colors of #DDBC10
Black with #DDBC10
Text Example
Text Example
White with #DDBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC10; }
p { color: rgb(221,188,16); }
H1.HeaderClassName
{
color: #DDBC10;
}
.AnyTagClassName
{
color: #DDBC10;
}
</style>
background-color css
<style>
a { background-color: #DDBC10; }
a { background-color: rgb(221,188,16); }
div.DivClassName
{
background-color: #DDBC10;
}
.BgClassName
{
background-color: #DDBC10;
}
</style>
border-color css
<style>
span { border-color: #DDBC10; }
span { border-color: rgb(221,188,16); }
td.TdClassName
{
border-color: #DDBC10;
}
.TagClassName
{
border-color: #DDBC10;
}
</style>