Shades of Sunflower #DDC702
Tints of Sunflower #DDC702
RGB
CMYK
RGB Variations
Color information
#DDC702 (or 0xDDC702) is known color: Sunflower. HEX triplet: DD, C7 and 02. RGB value is (221,199,2). Sum of RGB (Red+Green+Blue) = 221+199+2=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC702 is #2238FD. Grayscale: #B7B7B7. Windows color (decimal): -2242814 or 182237. OLE color: 182237.
HSL color Cylindrical-coordinate representation of color #DDC702: hue angle of 53.97º degrees, saturation: 0.98, 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 #DDC702 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.13 |
| HSL | 53.97º | 0.98% | 0.44% | - |
| HSV(B) | 53.97º | 0.99% | 0.87% | - |
| XYZ | 50.25 | 56.22 | 8.26 | - |
| YUV | 183.12 | 25.79 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 2 | 0 | 0.10 | 0.99 | 0.13 | 53.97 | 0.98 | 0.44 |
| Hex | DD | C7 | 2 | 0 | A | 63 | D | 36 | 62 | 2C |
| Octal | 335 | 307 | 2 | 0 | 12 | 143 | 15 | 66 | 142 | 54 |
| Binary | 11011101 | 11000111 | 10 | 0 | 1010 | 1100011 | 1101 | 110110 | 1100010 | 101100 |
Color Harmonies of #DDC702
Complementary color
Monochromatic Colors of #DDC702
Black with #DDC702
Text Example
Text Example
White with #DDC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC702; }
p { color: rgb(221,199,2); }
H1.HeaderClassName
{
color: #DDC702;
}
.AnyTagClassName
{
color: #DDC702;
}
</style>
background-color css
<style>
a { background-color: #DDC702; }
a { background-color: rgb(221,199,2); }
div.DivClassName
{
background-color: #DDC702;
}
.BgClassName
{
background-color: #DDC702;
}
</style>
border-color css
<style>
span { border-color: #DDC702; }
span { border-color: rgb(221,199,2); }
td.TdClassName
{
border-color: #DDC702;
}
.TagClassName
{
border-color: #DDC702;
}
</style>