Shades of Sunflower #DDC320
Tints of Sunflower #DDC320
RGB
CMYK
RGB Variations
Color information
#DDC320 (or 0xDDC320) is known color: Sunflower. HEX triplet: DD, C3 and 20. RGB value is (221,195,32). Sum of RGB (Red+Green+Blue) = 221+195+32=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC320 is #223CDF. Grayscale: #B8B8B8. Windows color (decimal): -2243808 or 2147293. OLE color: 2147293.
HSL color Cylindrical-coordinate representation of color #DDC320: hue angle of 51.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC320 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.75º | 0.75% | 0.5% | - |
| HSV(B) | 51.75º | 0.86% | 0.87% | - |
| XYZ | 49.59 | 54.51 | 9.27 | - |
| YUV | 184.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 32 | 0 | 0.12 | 0.86 | 0.13 | 51.75 | 0.75 | 0.5 |
| Hex | DD | C3 | 20 | 0 | C | 56 | D | 34 | 4B | 32 |
| Octal | 335 | 303 | 40 | 0 | 14 | 126 | 15 | 64 | 113 | 62 |
| Binary | 11011101 | 11000011 | 100000 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001011 | 110010 |
Color Harmonies of #DDC320
Complementary color
Monochromatic Colors of #DDC320
Black with #DDC320
Text Example
Text Example
White with #DDC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC320; }
p { color: rgb(221,195,32); }
H1.HeaderClassName
{
color: #DDC320;
}
.AnyTagClassName
{
color: #DDC320;
}
</style>
background-color css
<style>
a { background-color: #DDC320; }
a { background-color: rgb(221,195,32); }
div.DivClassName
{
background-color: #DDC320;
}
.BgClassName
{
background-color: #DDC320;
}
</style>
border-color css
<style>
span { border-color: #DDC320; }
span { border-color: rgb(221,195,32); }
td.TdClassName
{
border-color: #DDC320;
}
.TagClassName
{
border-color: #DDC320;
}
</style>