Shades of Sunflower #DDB61D
Tints of Sunflower #DDB61D
RGB
CMYK
RGB Variations
Color information
#DDB61D (or 0xDDB61D) is known color: Sunflower. HEX triplet: DD, B6 and 1D. RGB value is (221,182,29). Sum of RGB (Red+Green+Blue) = 221+182+29=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB61D is #2249E2. Grayscale: #B0B0B0. Windows color (decimal): -2247139 or 1947357. OLE color: 1947357.
HSL color Cylindrical-coordinate representation of color #DDB61D: hue angle of 47.81º 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 #DDB61D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 29 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.13 |
| HSL | 47.81º | 0.77% | 0.49% | - |
| HSV(B) | 47.81º | 0.87% | 0.87% | - |
| XYZ | 46.77 | 48.92 | 8.14 | - |
| YUV | 176.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 29 | 0 | 0.18 | 0.87 | 0.13 | 47.81 | 0.77 | 0.49 |
| Hex | DD | B6 | 1D | 0 | 12 | 57 | D | 30 | 4D | 31 |
| Octal | 335 | 266 | 35 | 0 | 22 | 127 | 15 | 60 | 115 | 61 |
| Binary | 11011101 | 10110110 | 11101 | 0 | 10010 | 1010111 | 1101 | 110000 | 1001101 | 110001 |
Color Harmonies of #DDB61D
Complementary color
Monochromatic Colors of #DDB61D
Black with #DDB61D
Text Example
Text Example
White with #DDB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB61D; }
p { color: rgb(221,182,29); }
H1.HeaderClassName
{
color: #DDB61D;
}
.AnyTagClassName
{
color: #DDB61D;
}
</style>
background-color css
<style>
a { background-color: #DDB61D; }
a { background-color: rgb(221,182,29); }
div.DivClassName
{
background-color: #DDB61D;
}
.BgClassName
{
background-color: #DDB61D;
}
</style>
border-color css
<style>
span { border-color: #DDB61D; }
span { border-color: rgb(221,182,29); }
td.TdClassName
{
border-color: #DDB61D;
}
.TagClassName
{
border-color: #DDB61D;
}
</style>