Shades of Sunflower #DDC319
Tints of Sunflower #DDC319
RGB
CMYK
RGB Variations
Color information
#DDC319 (or 0xDDC319) is known color: Sunflower. HEX triplet: DD, C3 and 19. RGB value is (221,195,25). Sum of RGB (Red+Green+Blue) = 221+195+25=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC319 is #223CE6. Grayscale: #B8B8B8. Windows color (decimal): -2243815 or 1688541. OLE color: 1688541.
HSL color Cylindrical-coordinate representation of color #DDC319: hue angle of 52.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDC319 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 25 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.13 |
| HSL | 52.04º | 0.8% | 0.48% | - |
| HSV(B) | 52.04º | 0.89% | 0.87% | - |
| XYZ | 49.51 | 54.47 | 8.82 | - |
| YUV | 183.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 25 | 0 | 0.12 | 0.89 | 0.13 | 52.04 | 0.8 | 0.48 |
| Hex | DD | C3 | 19 | 0 | C | 59 | D | 34 | 50 | 30 |
| Octal | 335 | 303 | 31 | 0 | 14 | 131 | 15 | 64 | 120 | 60 |
| Binary | 11011101 | 11000011 | 11001 | 0 | 1100 | 1011001 | 1101 | 110100 | 1010000 | 110000 |
Color Harmonies of #DDC319
Complementary color
Monochromatic Colors of #DDC319
Black with #DDC319
Text Example
Text Example
White with #DDC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC319; }
p { color: rgb(221,195,25); }
H1.HeaderClassName
{
color: #DDC319;
}
.AnyTagClassName
{
color: #DDC319;
}
</style>
background-color css
<style>
a { background-color: #DDC319; }
a { background-color: rgb(221,195,25); }
div.DivClassName
{
background-color: #DDC319;
}
.BgClassName
{
background-color: #DDC319;
}
</style>
border-color css
<style>
span { border-color: #DDC319; }
span { border-color: rgb(221,195,25); }
td.TdClassName
{
border-color: #DDC319;
}
.TagClassName
{
border-color: #DDC319;
}
</style>