Shades of Sunflower #DDB703
Tints of Sunflower #DDB703
RGB
CMYK
RGB Variations
Color information
#DDB703 (or 0xDDB703) is known color: Sunflower. HEX triplet: DD, B7 and 03. RGB value is (221,183,3). Sum of RGB (Red+Green+Blue) = 221+183+3=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB703 is #2248FC. Grayscale: #AEAEAE. Windows color (decimal): -2246909 or 243677. OLE color: 243677.
HSL color Cylindrical-coordinate representation of color #DDB703: hue angle of 49.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDB703 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.13 |
| HSL | 49.54º | 0.97% | 0.44% | - |
| HSV(B) | 49.54º | 0.99% | 0.87% | - |
| XYZ | 46.77 | 49.25 | 7.13 | - |
| YUV | 173.84 | 31.59 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 3 | 0 | 0.17 | 0.99 | 0.13 | 49.54 | 0.97 | 0.44 |
| Hex | DD | B7 | 3 | 0 | 11 | 63 | D | 32 | 61 | 2C |
| Octal | 335 | 267 | 3 | 0 | 21 | 143 | 15 | 62 | 141 | 54 |
| Binary | 11011101 | 10110111 | 11 | 0 | 10001 | 1100011 | 1101 | 110010 | 1100001 | 101100 |
Color Harmonies of #DDB703
Complementary color
Monochromatic Colors of #DDB703
Black with #DDB703
Text Example
Text Example
White with #DDB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB703; }
p { color: rgb(221,183,3); }
H1.HeaderClassName
{
color: #DDB703;
}
.AnyTagClassName
{
color: #DDB703;
}
</style>
background-color css
<style>
a { background-color: #DDB703; }
a { background-color: rgb(221,183,3); }
div.DivClassName
{
background-color: #DDB703;
}
.BgClassName
{
background-color: #DDB703;
}
</style>
border-color css
<style>
span { border-color: #DDB703; }
span { border-color: rgb(221,183,3); }
td.TdClassName
{
border-color: #DDB703;
}
.TagClassName
{
border-color: #DDB703;
}
</style>