Shades of Sunflower #DDB708
Tints of Sunflower #DDB708
RGB
CMYK
RGB Variations
Color information
#DDB708 (or 0xDDB708) is known color: Sunflower. HEX triplet: DD, B7 and 08. RGB value is (221,183,8). Sum of RGB (Red+Green+Blue) = 221+183+8=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB708 is #2248F7. Grayscale: #AFAFAF. Windows color (decimal): -2246904 or 571357. OLE color: 571357.
HSL color Cylindrical-coordinate representation of color #DDB708: hue angle of 49.3º 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 #DDB708 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.3º | 0.93% | 0.45% | - |
| HSV(B) | 49.3º | 0.96% | 0.87% | - |
| XYZ | 46.8 | 49.26 | 7.27 | - |
| YUV | 174.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 8 | 0 | 0.17 | 0.96 | 0.13 | 49.3 | 0.93 | 0.45 |
| Hex | DD | B7 | 8 | 0 | 11 | 60 | D | 31 | 5D | 2D |
| Octal | 335 | 267 | 10 | 0 | 21 | 140 | 15 | 61 | 135 | 55 |
| Binary | 11011101 | 10110111 | 1000 | 0 | 10001 | 1100000 | 1101 | 110001 | 1011101 | 101101 |
Color Harmonies of #DDB708
Complementary color
Monochromatic Colors of #DDB708
Black with #DDB708
Text Example
Text Example
White with #DDB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB708; }
p { color: rgb(221,183,8); }
H1.HeaderClassName
{
color: #DDB708;
}
.AnyTagClassName
{
color: #DDB708;
}
</style>
background-color css
<style>
a { background-color: #DDB708; }
a { background-color: rgb(221,183,8); }
div.DivClassName
{
background-color: #DDB708;
}
.BgClassName
{
background-color: #DDB708;
}
</style>
border-color css
<style>
span { border-color: #DDB708; }
span { border-color: rgb(221,183,8); }
td.TdClassName
{
border-color: #DDB708;
}
.TagClassName
{
border-color: #DDB708;
}
</style>