Shades of Sunflower #DDB10D
Tints of Sunflower #DDB10D
RGB
CMYK
RGB Variations
Color information
#DDB10D (or 0xDDB10D) is known color: Sunflower. HEX triplet: DD, B1 and 0D. RGB value is (221,177,13). Sum of RGB (Red+Green+Blue) = 221+177+13=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB10D is #224EF2. Grayscale: #ACACAC. Windows color (decimal): -2248435 or 897501. OLE color: 897501.
HSL color Cylindrical-coordinate representation of color #DDB10D: hue angle of 47.31º degrees, saturation: 0.89, 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 #DDB10D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.13 |
| HSL | 47.31º | 0.89% | 0.46% | - |
| HSV(B) | 47.31º | 0.94% | 0.87% | - |
| XYZ | 45.61 | 46.85 | 7.02 | - |
| YUV | 171.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 13 | 0 | 0.20 | 0.94 | 0.13 | 47.31 | 0.89 | 0.46 |
| Hex | DD | B1 | D | 0 | 14 | 5E | D | 2F | 59 | 2E |
| Octal | 335 | 261 | 15 | 0 | 24 | 136 | 15 | 57 | 131 | 56 |
| Binary | 11011101 | 10110001 | 1101 | 0 | 10100 | 1011110 | 1101 | 101111 | 1011001 | 101110 |
Color Harmonies of #DDB10D
Complementary color
Monochromatic Colors of #DDB10D
Black with #DDB10D
Text Example
Text Example
White with #DDB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB10D; }
p { color: rgb(221,177,13); }
H1.HeaderClassName
{
color: #DDB10D;
}
.AnyTagClassName
{
color: #DDB10D;
}
</style>
background-color css
<style>
a { background-color: #DDB10D; }
a { background-color: rgb(221,177,13); }
div.DivClassName
{
background-color: #DDB10D;
}
.BgClassName
{
background-color: #DDB10D;
}
</style>
border-color css
<style>
span { border-color: #DDB10D; }
span { border-color: rgb(221,177,13); }
td.TdClassName
{
border-color: #DDB10D;
}
.TagClassName
{
border-color: #DDB10D;
}
</style>