Shades of Sunflower #DDBB1D
Tints of Sunflower #DDBB1D
RGB
CMYK
RGB Variations
Color information
#DDBB1D (or 0xDDBB1D) is known color: Sunflower. HEX triplet: DD, BB and 1D. RGB value is (221,187,29). Sum of RGB (Red+Green+Blue) = 221+187+29=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB1D is #2244E2. Grayscale: #B3B3B3. Windows color (decimal): -2245859 or 1948637. OLE color: 1948637.
HSL color Cylindrical-coordinate representation of color #DDBB1D: hue angle of 49.38º 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 #DDBB1D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.38º | 0.77% | 0.49% | - |
| HSV(B) | 49.38º | 0.87% | 0.87% | - |
| XYZ | 47.81 | 51 | 8.49 | - |
| YUV | 179.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 29 | 0 | 0.15 | 0.87 | 0.13 | 49.38 | 0.77 | 0.49 |
| Hex | DD | BB | 1D | 0 | F | 57 | D | 31 | 4D | 31 |
| Octal | 335 | 273 | 35 | 0 | 17 | 127 | 15 | 61 | 115 | 61 |
| Binary | 11011101 | 10111011 | 11101 | 0 | 1111 | 1010111 | 1101 | 110001 | 1001101 | 110001 |
Color Harmonies of #DDBB1D
Complementary color
Monochromatic Colors of #DDBB1D
Black with #DDBB1D
Text Example
Text Example
White with #DDBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB1D; }
p { color: rgb(221,187,29); }
H1.HeaderClassName
{
color: #DDBB1D;
}
.AnyTagClassName
{
color: #DDBB1D;
}
</style>
background-color css
<style>
a { background-color: #DDBB1D; }
a { background-color: rgb(221,187,29); }
div.DivClassName
{
background-color: #DDBB1D;
}
.BgClassName
{
background-color: #DDBB1D;
}
</style>
border-color css
<style>
span { border-color: #DDBB1D; }
span { border-color: rgb(221,187,29); }
td.TdClassName
{
border-color: #DDBB1D;
}
.TagClassName
{
border-color: #DDBB1D;
}
</style>