Shades of Sunflower #DDB10E
Tints of Sunflower #DDB10E
RGB
CMYK
RGB Variations
Color information
#DDB10E (or 0xDDB10E) is known color: Sunflower. HEX triplet: DD, B1 and 0E. RGB value is (221,177,14). Sum of RGB (Red+Green+Blue) = 221+177+14=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB10E is #224EF1. Grayscale: #ACACAC. Windows color (decimal): -2248434 or 963037. OLE color: 963037.
HSL color Cylindrical-coordinate representation of color #DDB10E: hue angle of 47.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDB10E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.13 |
| HSL | 47.25º | 0.88% | 0.46% | - |
| HSV(B) | 47.25º | 0.94% | 0.87% | - |
| XYZ | 45.62 | 46.85 | 7.05 | - |
| YUV | 171.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 14 | 0 | 0.20 | 0.94 | 0.13 | 47.25 | 0.88 | 0.46 |
| Hex | DD | B1 | E | 0 | 14 | 5E | D | 2F | 58 | 2E |
| Octal | 335 | 261 | 16 | 0 | 24 | 136 | 15 | 57 | 130 | 56 |
| Binary | 11011101 | 10110001 | 1110 | 0 | 10100 | 1011110 | 1101 | 101111 | 1011000 | 101110 |
Color Harmonies of #DDB10E
Complementary color
Monochromatic Colors of #DDB10E
Black with #DDB10E
Text Example
Text Example
White with #DDB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB10E; }
p { color: rgb(221,177,14); }
H1.HeaderClassName
{
color: #DDB10E;
}
.AnyTagClassName
{
color: #DDB10E;
}
</style>
background-color css
<style>
a { background-color: #DDB10E; }
a { background-color: rgb(221,177,14); }
div.DivClassName
{
background-color: #DDB10E;
}
.BgClassName
{
background-color: #DDB10E;
}
</style>
border-color css
<style>
span { border-color: #DDB10E; }
span { border-color: rgb(221,177,14); }
td.TdClassName
{
border-color: #DDB10E;
}
.TagClassName
{
border-color: #DDB10E;
}
</style>