Shades of Sunflower #DDB60D
Tints of Sunflower #DDB60D
RGB
CMYK
RGB Variations
Color information
#DDB60D (or 0xDDB60D) is known color: Sunflower. HEX triplet: DD, B6 and 0D. RGB value is (221,182,13). Sum of RGB (Red+Green+Blue) = 221+182+13=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB60D is #2249F2. Grayscale: #AFAFAF. Windows color (decimal): -2247155 or 898781. OLE color: 898781.
HSL color Cylindrical-coordinate representation of color #DDB60D: hue angle of 48.75º 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 #DDB60D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.13 |
| HSL | 48.75º | 0.89% | 0.46% | - |
| HSV(B) | 48.75º | 0.94% | 0.87% | - |
| XYZ | 46.62 | 48.86 | 7.35 | - |
| YUV | 174.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 13 | 0 | 0.18 | 0.94 | 0.13 | 48.75 | 0.89 | 0.46 |
| Hex | DD | B6 | D | 0 | 12 | 5E | D | 31 | 59 | 2E |
| Octal | 335 | 266 | 15 | 0 | 22 | 136 | 15 | 61 | 131 | 56 |
| Binary | 11011101 | 10110110 | 1101 | 0 | 10010 | 1011110 | 1101 | 110001 | 1011001 | 101110 |
Color Harmonies of #DDB60D
Complementary color
Monochromatic Colors of #DDB60D
Black with #DDB60D
Text Example
Text Example
White with #DDB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB60D; }
p { color: rgb(221,182,13); }
H1.HeaderClassName
{
color: #DDB60D;
}
.AnyTagClassName
{
color: #DDB60D;
}
</style>
background-color css
<style>
a { background-color: #DDB60D; }
a { background-color: rgb(221,182,13); }
div.DivClassName
{
background-color: #DDB60D;
}
.BgClassName
{
background-color: #DDB60D;
}
</style>
border-color css
<style>
span { border-color: #DDB60D; }
span { border-color: rgb(221,182,13); }
td.TdClassName
{
border-color: #DDB60D;
}
.TagClassName
{
border-color: #DDB60D;
}
</style>