Shades of Sunflower #DDB305
Tints of Sunflower #DDB305
RGB
CMYK
RGB Variations
Color information
#DDB305 (or 0xDDB305) is known color: Sunflower. HEX triplet: DD, B3 and 05. RGB value is (221,179,5). Sum of RGB (Red+Green+Blue) = 221+179+5=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB305 is #224CFA. Grayscale: #ACACAC. Windows color (decimal): -2247931 or 373725. OLE color: 373725.
HSL color Cylindrical-coordinate representation of color #DDB305: hue angle of 48.33º 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 #DDB305 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.13 |
| HSL | 48.33º | 0.96% | 0.44% | - |
| HSV(B) | 48.33º | 0.98% | 0.87% | - |
| XYZ | 45.97 | 47.62 | 6.91 | - |
| YUV | 171.72 | 33.91 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 5 | 0 | 0.19 | 0.98 | 0.13 | 48.33 | 0.96 | 0.44 |
| Hex | DD | B3 | 5 | 0 | 13 | 62 | D | 30 | 60 | 2C |
| Octal | 335 | 263 | 5 | 0 | 23 | 142 | 15 | 60 | 140 | 54 |
| Binary | 11011101 | 10110011 | 101 | 0 | 10011 | 1100010 | 1101 | 110000 | 1100000 | 101100 |
Color Harmonies of #DDB305
Complementary color
Monochromatic Colors of #DDB305
Black with #DDB305
Text Example
Text Example
White with #DDB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB305; }
p { color: rgb(221,179,5); }
H1.HeaderClassName
{
color: #DDB305;
}
.AnyTagClassName
{
color: #DDB305;
}
</style>
background-color css
<style>
a { background-color: #DDB305; }
a { background-color: rgb(221,179,5); }
div.DivClassName
{
background-color: #DDB305;
}
.BgClassName
{
background-color: #DDB305;
}
</style>
border-color css
<style>
span { border-color: #DDB305; }
span { border-color: rgb(221,179,5); }
td.TdClassName
{
border-color: #DDB305;
}
.TagClassName
{
border-color: #DDB305;
}
</style>