Shades of Sunflower #DDB605
Tints of Sunflower #DDB605
RGB
CMYK
RGB Variations
Color information
#DDB605 (or 0xDDB605) is known color: Sunflower. HEX triplet: DD, B6 and 05. RGB value is (221,182,5). Sum of RGB (Red+Green+Blue) = 221+182+5=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB605 is #2249FA. Grayscale: #AEAEAE. Windows color (decimal): -2247163 or 374493. OLE color: 374493.
HSL color Cylindrical-coordinate representation of color #DDB605: hue angle of 49.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB605 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.13 |
| HSL | 49.17º | 0.96% | 0.44% | - |
| HSV(B) | 49.17º | 0.98% | 0.87% | - |
| XYZ | 46.57 | 48.84 | 7.12 | - |
| YUV | 173.48 | 32.92 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 5 | 0 | 0.18 | 0.98 | 0.13 | 49.17 | 0.96 | 0.44 |
| Hex | DD | B6 | 5 | 0 | 12 | 62 | D | 31 | 60 | 2C |
| Octal | 335 | 266 | 5 | 0 | 22 | 142 | 15 | 61 | 140 | 54 |
| Binary | 11011101 | 10110110 | 101 | 0 | 10010 | 1100010 | 1101 | 110001 | 1100000 | 101100 |
Color Harmonies of #DDB605
Complementary color
Monochromatic Colors of #DDB605
Black with #DDB605
Text Example
Text Example
White with #DDB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB605; }
p { color: rgb(221,182,5); }
H1.HeaderClassName
{
color: #DDB605;
}
.AnyTagClassName
{
color: #DDB605;
}
</style>
background-color css
<style>
a { background-color: #DDB605; }
a { background-color: rgb(221,182,5); }
div.DivClassName
{
background-color: #DDB605;
}
.BgClassName
{
background-color: #DDB605;
}
</style>
border-color css
<style>
span { border-color: #DDB605; }
span { border-color: rgb(221,182,5); }
td.TdClassName
{
border-color: #DDB605;
}
.TagClassName
{
border-color: #DDB605;
}
</style>