Shades of Sunflower #DDB205
Tints of Sunflower #DDB205
RGB
CMYK
RGB Variations
Color information
#DDB205 (or 0xDDB205) is known color: Sunflower. HEX triplet: DD, B2 and 05. RGB value is (221,178,5). Sum of RGB (Red+Green+Blue) = 221+178+5=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB205 is #224DFA. Grayscale: #ABABAB. Windows color (decimal): -2248187 or 373469. OLE color: 373469.
HSL color Cylindrical-coordinate representation of color #DDB205: hue angle of 48.06º 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 #DDB205 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.13 |
| HSL | 48.06º | 0.96% | 0.44% | - |
| HSV(B) | 48.06º | 0.98% | 0.87% | - |
| XYZ | 45.77 | 47.22 | 6.85 | - |
| YUV | 171.14 | 34.25 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 5 | 0 | 0.19 | 0.98 | 0.13 | 48.06 | 0.96 | 0.44 |
| Hex | DD | B2 | 5 | 0 | 13 | 62 | D | 30 | 60 | 2C |
| Octal | 335 | 262 | 5 | 0 | 23 | 142 | 15 | 60 | 140 | 54 |
| Binary | 11011101 | 10110010 | 101 | 0 | 10011 | 1100010 | 1101 | 110000 | 1100000 | 101100 |
Color Harmonies of #DDB205
Complementary color
Monochromatic Colors of #DDB205
Black with #DDB205
Text Example
Text Example
White with #DDB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB205; }
p { color: rgb(221,178,5); }
H1.HeaderClassName
{
color: #DDB205;
}
.AnyTagClassName
{
color: #DDB205;
}
</style>
background-color css
<style>
a { background-color: #DDB205; }
a { background-color: rgb(221,178,5); }
div.DivClassName
{
background-color: #DDB205;
}
.BgClassName
{
background-color: #DDB205;
}
</style>
border-color css
<style>
span { border-color: #DDB205; }
span { border-color: rgb(221,178,5); }
td.TdClassName
{
border-color: #DDB205;
}
.TagClassName
{
border-color: #DDB205;
}
</style>