Shades of Sunflower #DDBC1D
Tints of Sunflower #DDBC1D
RGB
CMYK
RGB Variations
Color information
#DDBC1D (or 0xDDBC1D) is known color: Sunflower. HEX triplet: DD, BC and 1D. RGB value is (221,188,29). Sum of RGB (Red+Green+Blue) = 221+188+29=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1D is #2243E2. Grayscale: #B4B4B4. Windows color (decimal): -2245603 or 1948893. OLE color: 1948893.
HSL color Cylindrical-coordinate representation of color #DDBC1D: hue angle of 49.69º degrees, saturation: 0.77, 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 #DDBC1D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.69º | 0.77% | 0.49% | - |
| HSV(B) | 49.69º | 0.87% | 0.87% | - |
| XYZ | 48.02 | 51.43 | 8.56 | - |
| YUV | 179.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 29 | 0 | 0.15 | 0.87 | 0.13 | 49.69 | 0.77 | 0.49 |
| Hex | DD | BC | 1D | 0 | F | 57 | D | 32 | 4D | 31 |
| Octal | 335 | 274 | 35 | 0 | 17 | 127 | 15 | 62 | 115 | 61 |
| Binary | 11011101 | 10111100 | 11101 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001101 | 110001 |
Color Harmonies of #DDBC1D
Complementary color
Monochromatic Colors of #DDBC1D
Black with #DDBC1D
Text Example
Text Example
White with #DDBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC1D; }
p { color: rgb(221,188,29); }
H1.HeaderClassName
{
color: #DDBC1D;
}
.AnyTagClassName
{
color: #DDBC1D;
}
</style>
background-color css
<style>
a { background-color: #DDBC1D; }
a { background-color: rgb(221,188,29); }
div.DivClassName
{
background-color: #DDBC1D;
}
.BgClassName
{
background-color: #DDBC1D;
}
</style>
border-color css
<style>
span { border-color: #DDBC1D; }
span { border-color: rgb(221,188,29); }
td.TdClassName
{
border-color: #DDBC1D;
}
.TagClassName
{
border-color: #DDBC1D;
}
</style>