Shades of Sunflower #DDC703
Tints of Sunflower #DDC703
RGB
CMYK
RGB Variations
Color information
#DDC703 (or 0xDDC703) is known color: Sunflower. HEX triplet: DD, C7 and 03. RGB value is (221,199,3). Sum of RGB (Red+Green+Blue) = 221+199+3=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC703 is #2238FC. Grayscale: #B8B8B8. Windows color (decimal): -2242813 or 247773. OLE color: 247773.
HSL color Cylindrical-coordinate representation of color #DDC703: hue angle of 53.94º 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 #DDC703 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.13 |
| HSL | 53.94º | 0.97% | 0.44% | - |
| HSV(B) | 53.94º | 0.99% | 0.87% | - |
| XYZ | 50.26 | 56.23 | 8.29 | - |
| YUV | 183.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 3 | 0 | 0.10 | 0.99 | 0.13 | 53.94 | 0.97 | 0.44 |
| Hex | DD | C7 | 3 | 0 | A | 63 | D | 36 | 61 | 2C |
| Octal | 335 | 307 | 3 | 0 | 12 | 143 | 15 | 66 | 141 | 54 |
| Binary | 11011101 | 11000111 | 11 | 0 | 1010 | 1100011 | 1101 | 110110 | 1100001 | 101100 |
Color Harmonies of #DDC703
Complementary color
Monochromatic Colors of #DDC703
Black with #DDC703
Text Example
Text Example
White with #DDC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC703; }
p { color: rgb(221,199,3); }
H1.HeaderClassName
{
color: #DDC703;
}
.AnyTagClassName
{
color: #DDC703;
}
</style>
background-color css
<style>
a { background-color: #DDC703; }
a { background-color: rgb(221,199,3); }
div.DivClassName
{
background-color: #DDC703;
}
.BgClassName
{
background-color: #DDC703;
}
</style>
border-color css
<style>
span { border-color: #DDC703; }
span { border-color: rgb(221,199,3); }
td.TdClassName
{
border-color: #DDC703;
}
.TagClassName
{
border-color: #DDC703;
}
</style>