Shades of Sunflower #DDBD1D
Tints of Sunflower #DDBD1D
RGB
CMYK
RGB Variations
Color information
#DDBD1D (or 0xDDBD1D) is known color: Sunflower. HEX triplet: DD, BD and 1D. RGB value is (221,189,29). Sum of RGB (Red+Green+Blue) = 221+189+29=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD1D is #2242E2. Grayscale: #B5B5B5. Windows color (decimal): -2245347 or 1949149. OLE color: 1949149.
HSL color Cylindrical-coordinate representation of color #DDBD1D: hue angle of 50º 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 #DDBD1D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 29 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50º | 0.77% | 0.49% | - |
| HSV(B) | 50º | 0.87% | 0.87% | - |
| XYZ | 48.24 | 51.86 | 8.63 | - |
| YUV | 180.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 29 | 0 | 0.14 | 0.87 | 0.13 | 50 | 0.77 | 0.49 |
| Hex | DD | BD | 1D | 0 | E | 57 | D | 32 | 4D | 31 |
| Octal | 335 | 275 | 35 | 0 | 16 | 127 | 15 | 62 | 115 | 61 |
| Binary | 11011101 | 10111101 | 11101 | 0 | 1110 | 1010111 | 1101 | 110010 | 1001101 | 110001 |
Color Harmonies of #DDBD1D
Complementary color
Monochromatic Colors of #DDBD1D
Black with #DDBD1D
Text Example
Text Example
White with #DDBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD1D; }
p { color: rgb(221,189,29); }
H1.HeaderClassName
{
color: #DDBD1D;
}
.AnyTagClassName
{
color: #DDBD1D;
}
</style>
background-color css
<style>
a { background-color: #DDBD1D; }
a { background-color: rgb(221,189,29); }
div.DivClassName
{
background-color: #DDBD1D;
}
.BgClassName
{
background-color: #DDBD1D;
}
</style>
border-color css
<style>
span { border-color: #DDBD1D; }
span { border-color: rgb(221,189,29); }
td.TdClassName
{
border-color: #DDBD1D;
}
.TagClassName
{
border-color: #DDBD1D;
}
</style>