Shades of Sunflower #DDBA1C
Tints of Sunflower #DDBA1C
RGB
CMYK
RGB Variations
Color information
#DDBA1C (or 0xDDBA1C) is known color: Sunflower. HEX triplet: DD, BA and 1C. RGB value is (221,186,28). Sum of RGB (Red+Green+Blue) = 221+186+28=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA1C is #2245E3. Grayscale: #B3B3B3. Windows color (decimal): -2246116 or 1882845. OLE color: 1882845.
HSL color Cylindrical-coordinate representation of color #DDBA1C: hue angle of 49.12º 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 #DDBA1C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.13 |
| HSL | 49.12º | 0.78% | 0.49% | - |
| HSV(B) | 49.12º | 0.87% | 0.87% | - |
| XYZ | 47.59 | 50.57 | 8.35 | - |
| YUV | 178.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 28 | 0 | 0.16 | 0.87 | 0.13 | 49.12 | 0.78 | 0.49 |
| Hex | DD | BA | 1C | 0 | 10 | 57 | D | 31 | 4E | 31 |
| Octal | 335 | 272 | 34 | 0 | 20 | 127 | 15 | 61 | 116 | 61 |
| Binary | 11011101 | 10111010 | 11100 | 0 | 10000 | 1010111 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DDBA1C
Complementary color
Monochromatic Colors of #DDBA1C
Black with #DDBA1C
Text Example
Text Example
White with #DDBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA1C; }
p { color: rgb(221,186,28); }
H1.HeaderClassName
{
color: #DDBA1C;
}
.AnyTagClassName
{
color: #DDBA1C;
}
</style>
background-color css
<style>
a { background-color: #DDBA1C; }
a { background-color: rgb(221,186,28); }
div.DivClassName
{
background-color: #DDBA1C;
}
.BgClassName
{
background-color: #DDBA1C;
}
</style>
border-color css
<style>
span { border-color: #DDBA1C; }
span { border-color: rgb(221,186,28); }
td.TdClassName
{
border-color: #DDBA1C;
}
.TagClassName
{
border-color: #DDBA1C;
}
</style>