Shades of Sunflower #DDB10F
Tints of Sunflower #DDB10F
RGB
CMYK
RGB Variations
Color information
#DDB10F (or 0xDDB10F) is known color: Sunflower. HEX triplet: DD, B1 and 0F. RGB value is (221,177,15). Sum of RGB (Red+Green+Blue) = 221+177+15=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB10F is #224EF0. Grayscale: #ACACAC. Windows color (decimal): -2248433 or 1028573. OLE color: 1028573.
HSL color Cylindrical-coordinate representation of color #DDB10F: hue angle of 47.18º 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 #DDB10F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 15 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.13 |
| HSL | 47.18º | 0.87% | 0.46% | - |
| HSV(B) | 47.18º | 0.93% | 0.87% | - |
| XYZ | 45.63 | 46.85 | 7.09 | - |
| YUV | 171.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 15 | 0 | 0.20 | 0.93 | 0.13 | 47.18 | 0.87 | 0.46 |
| Hex | DD | B1 | F | 0 | 14 | 5D | D | 2F | 57 | 2E |
| Octal | 335 | 261 | 17 | 0 | 24 | 135 | 15 | 57 | 127 | 56 |
| Binary | 11011101 | 10110001 | 1111 | 0 | 10100 | 1011101 | 1101 | 101111 | 1010111 | 101110 |
Color Harmonies of #DDB10F
Complementary color
Monochromatic Colors of #DDB10F
Black with #DDB10F
Text Example
Text Example
White with #DDB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB10F; }
p { color: rgb(221,177,15); }
H1.HeaderClassName
{
color: #DDB10F;
}
.AnyTagClassName
{
color: #DDB10F;
}
</style>
background-color css
<style>
a { background-color: #DDB10F; }
a { background-color: rgb(221,177,15); }
div.DivClassName
{
background-color: #DDB10F;
}
.BgClassName
{
background-color: #DDB10F;
}
</style>
border-color css
<style>
span { border-color: #DDB10F; }
span { border-color: rgb(221,177,15); }
td.TdClassName
{
border-color: #DDB10F;
}
.TagClassName
{
border-color: #DDB10F;
}
</style>