Shades of Sunflower #DDC321
Tints of Sunflower #DDC321
RGB
CMYK
RGB Variations
Color information
#DDC321 (or 0xDDC321) is known color: Sunflower. HEX triplet: DD, C3 and 21. RGB value is (221,195,33). Sum of RGB (Red+Green+Blue) = 221+195+33=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC321 is #223CDE. Grayscale: #B8B8B8. Windows color (decimal): -2243807 or 2212829. OLE color: 2212829.
HSL color Cylindrical-coordinate representation of color #DDC321: hue angle of 51.7º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC321 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.7º | 0.74% | 0.5% | - |
| HSV(B) | 51.7º | 0.85% | 0.87% | - |
| XYZ | 49.61 | 54.51 | 9.35 | - |
| YUV | 184.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 33 | 0 | 0.12 | 0.85 | 0.13 | 51.7 | 0.74 | 0.5 |
| Hex | DD | C3 | 21 | 0 | C | 55 | D | 34 | 4A | 32 |
| Octal | 335 | 303 | 41 | 0 | 14 | 125 | 15 | 64 | 112 | 62 |
| Binary | 11011101 | 11000011 | 100001 | 0 | 1100 | 1010101 | 1101 | 110100 | 1001010 | 110010 |
Color Harmonies of #DDC321
Complementary color
Monochromatic Colors of #DDC321
Black with #DDC321
Text Example
Text Example
White with #DDC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC321; }
p { color: rgb(221,195,33); }
H1.HeaderClassName
{
color: #DDC321;
}
.AnyTagClassName
{
color: #DDC321;
}
</style>
background-color css
<style>
a { background-color: #DDC321; }
a { background-color: rgb(221,195,33); }
div.DivClassName
{
background-color: #DDC321;
}
.BgClassName
{
background-color: #DDC321;
}
</style>
border-color css
<style>
span { border-color: #DDC321; }
span { border-color: rgb(221,195,33); }
td.TdClassName
{
border-color: #DDC321;
}
.TagClassName
{
border-color: #DDC321;
}
</style>