Shades of Sunflower #DDBD1F
Tints of Sunflower #DDBD1F
RGB
CMYK
RGB Variations
Color information
#DDBD1F (or 0xDDBD1F) is known color: Sunflower. HEX triplet: DD, BD and 1F. RGB value is (221,189,31). Sum of RGB (Red+Green+Blue) = 221+189+31=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD1F is #2242E0. Grayscale: #B5B5B5. Windows color (decimal): -2245345 or 2080221. OLE color: 2080221.
HSL color Cylindrical-coordinate representation of color #DDBD1F: hue angle of 49.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBD1F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 31 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 49.89º | 0.75% | 0.49% | - |
| HSV(B) | 49.89º | 0.86% | 0.87% | - |
| XYZ | 48.26 | 51.87 | 8.76 | - |
| YUV | 180.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 31 | 0 | 0.14 | 0.86 | 0.13 | 49.89 | 0.75 | 0.49 |
| Hex | DD | BD | 1F | 0 | E | 56 | D | 32 | 4B | 31 |
| Octal | 335 | 275 | 37 | 0 | 16 | 126 | 15 | 62 | 113 | 61 |
| Binary | 11011101 | 10111101 | 11111 | 0 | 1110 | 1010110 | 1101 | 110010 | 1001011 | 110001 |
Color Harmonies of #DDBD1F
Complementary color
Monochromatic Colors of #DDBD1F
Black with #DDBD1F
Text Example
Text Example
White with #DDBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD1F; }
p { color: rgb(221,189,31); }
H1.HeaderClassName
{
color: #DDBD1F;
}
.AnyTagClassName
{
color: #DDBD1F;
}
</style>
background-color css
<style>
a { background-color: #DDBD1F; }
a { background-color: rgb(221,189,31); }
div.DivClassName
{
background-color: #DDBD1F;
}
.BgClassName
{
background-color: #DDBD1F;
}
</style>
border-color css
<style>
span { border-color: #DDBD1F; }
span { border-color: rgb(221,189,31); }
td.TdClassName
{
border-color: #DDBD1F;
}
.TagClassName
{
border-color: #DDBD1F;
}
</style>