Shades of Sunflower #DDBC1C
Tints of Sunflower #DDBC1C
RGB
CMYK
RGB Variations
Color information
#DDBC1C (or 0xDDBC1C) is known color: Sunflower. HEX triplet: DD, BC and 1C. RGB value is (221,188,28). Sum of RGB (Red+Green+Blue) = 221+188+28=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1C is #2243E3. Grayscale: #B4B4B4. Windows color (decimal): -2245604 or 1883357. OLE color: 1883357.
HSL color Cylindrical-coordinate representation of color #DDBC1C: hue angle of 49.74º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDBC1C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 28 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.74º | 0.78% | 0.49% | - |
| HSV(B) | 49.74º | 0.87% | 0.87% | - |
| XYZ | 48.01 | 51.42 | 8.49 | - |
| YUV | 179.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 28 | 0 | 0.15 | 0.87 | 0.13 | 49.74 | 0.78 | 0.49 |
| Hex | DD | BC | 1C | 0 | F | 57 | D | 32 | 4E | 31 |
| Octal | 335 | 274 | 34 | 0 | 17 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011101 | 10111100 | 11100 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DDBC1C
Complementary color
Monochromatic Colors of #DDBC1C
Black with #DDBC1C
Text Example
Text Example
White with #DDBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC1C; }
p { color: rgb(221,188,28); }
H1.HeaderClassName
{
color: #DDBC1C;
}
.AnyTagClassName
{
color: #DDBC1C;
}
</style>
background-color css
<style>
a { background-color: #DDBC1C; }
a { background-color: rgb(221,188,28); }
div.DivClassName
{
background-color: #DDBC1C;
}
.BgClassName
{
background-color: #DDBC1C;
}
</style>
border-color css
<style>
span { border-color: #DDBC1C; }
span { border-color: rgb(221,188,28); }
td.TdClassName
{
border-color: #DDBC1C;
}
.TagClassName
{
border-color: #DDBC1C;
}
</style>