Shades of Sunflower #DDB208
Tints of Sunflower #DDB208
RGB
CMYK
RGB Variations
Color information
#DDB208 (or 0xDDB208) is known color: Sunflower. HEX triplet: DD, B2 and 08. RGB value is (221,178,8). Sum of RGB (Red+Green+Blue) = 221+178+8=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB208 is #224DF7. Grayscale: #ACACAC. Windows color (decimal): -2248184 or 570077. OLE color: 570077.
HSL color Cylindrical-coordinate representation of color #DDB208: hue angle of 47.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDB208 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.13 |
| HSL | 47.89º | 0.93% | 0.45% | - |
| HSV(B) | 47.89º | 0.96% | 0.87% | - |
| XYZ | 45.78 | 47.23 | 6.93 | - |
| YUV | 171.48 | 35.75 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 8 | 0 | 0.19 | 0.96 | 0.13 | 47.89 | 0.93 | 0.45 |
| Hex | DD | B2 | 8 | 0 | 13 | 60 | D | 30 | 5D | 2D |
| Octal | 335 | 262 | 10 | 0 | 23 | 140 | 15 | 60 | 135 | 55 |
| Binary | 11011101 | 10110010 | 1000 | 0 | 10011 | 1100000 | 1101 | 110000 | 1011101 | 101101 |
Color Harmonies of #DDB208
Complementary color
Monochromatic Colors of #DDB208
Black with #DDB208
Text Example
Text Example
White with #DDB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB208; }
p { color: rgb(221,178,8); }
H1.HeaderClassName
{
color: #DDB208;
}
.AnyTagClassName
{
color: #DDB208;
}
</style>
background-color css
<style>
a { background-color: #DDB208; }
a { background-color: rgb(221,178,8); }
div.DivClassName
{
background-color: #DDB208;
}
.BgClassName
{
background-color: #DDB208;
}
</style>
border-color css
<style>
span { border-color: #DDB208; }
span { border-color: rgb(221,178,8); }
td.TdClassName
{
border-color: #DDB208;
}
.TagClassName
{
border-color: #DDB208;
}
</style>