Shades of Sunflower #DDBB0F
Tints of Sunflower #DDBB0F
RGB
CMYK
RGB Variations
Color information
#DDBB0F (or 0xDDBB0F) is known color: Sunflower. HEX triplet: DD, BB and 0F. RGB value is (221,187,15). Sum of RGB (Red+Green+Blue) = 221+187+15=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB0F is #2244F0. Grayscale: #B2B2B2. Windows color (decimal): -2245873 or 1031133. OLE color: 1031133.
HSL color Cylindrical-coordinate representation of color #DDBB0F: hue angle of 50.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDBB0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.13 |
| HSL | 50.1º | 0.87% | 0.46% | - |
| HSV(B) | 50.1º | 0.93% | 0.87% | - |
| XYZ | 47.68 | 50.95 | 7.77 | - |
| YUV | 177.56 | 36.26 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 15 | 0 | 0.15 | 0.93 | 0.13 | 50.1 | 0.87 | 0.46 |
| Hex | DD | BB | F | 0 | F | 5D | D | 32 | 57 | 2E |
| Octal | 335 | 273 | 17 | 0 | 17 | 135 | 15 | 62 | 127 | 56 |
| Binary | 11011101 | 10111011 | 1111 | 0 | 1111 | 1011101 | 1101 | 110010 | 1010111 | 101110 |
Color Harmonies of #DDBB0F
Complementary color
Monochromatic Colors of #DDBB0F
Black with #DDBB0F
Text Example
Text Example
White with #DDBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB0F; }
p { color: rgb(221,187,15); }
H1.HeaderClassName
{
color: #DDBB0F;
}
.AnyTagClassName
{
color: #DDBB0F;
}
</style>
background-color css
<style>
a { background-color: #DDBB0F; }
a { background-color: rgb(221,187,15); }
div.DivClassName
{
background-color: #DDBB0F;
}
.BgClassName
{
background-color: #DDBB0F;
}
</style>
border-color css
<style>
span { border-color: #DDBB0F; }
span { border-color: rgb(221,187,15); }
td.TdClassName
{
border-color: #DDBB0F;
}
.TagClassName
{
border-color: #DDBB0F;
}
</style>