Shades of Sunflower #DDC323
Tints of Sunflower #DDC323
RGB
CMYK
RGB Variations
Color information
#DDC323 (or 0xDDC323) is known color: Sunflower. HEX triplet: DD, C3 and 23. RGB value is (221,195,35). Sum of RGB (Red+Green+Blue) = 221+195+35=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC323 is #223CDC. Grayscale: #B9B9B9. Windows color (decimal): -2243805 or 2343901. OLE color: 2343901.
HSL color Cylindrical-coordinate representation of color #DDC323: hue angle of 51.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC323 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.13 |
| HSL | 51.61º | 0.73% | 0.5% | - |
| HSV(B) | 51.61º | 0.84% | 0.87% | - |
| XYZ | 49.64 | 54.52 | 9.5 | - |
| YUV | 184.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 35 | 0 | 0.12 | 0.84 | 0.13 | 51.61 | 0.73 | 0.5 |
| Hex | DD | C3 | 23 | 0 | C | 54 | D | 34 | 49 | 32 |
| Octal | 335 | 303 | 43 | 0 | 14 | 124 | 15 | 64 | 111 | 62 |
| Binary | 11011101 | 11000011 | 100011 | 0 | 1100 | 1010100 | 1101 | 110100 | 1001001 | 110010 |
Color Harmonies of #DDC323
Complementary color
Monochromatic Colors of #DDC323
Black with #DDC323
Text Example
Text Example
White with #DDC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC323; }
p { color: rgb(221,195,35); }
H1.HeaderClassName
{
color: #DDC323;
}
.AnyTagClassName
{
color: #DDC323;
}
</style>
background-color css
<style>
a { background-color: #DDC323; }
a { background-color: rgb(221,195,35); }
div.DivClassName
{
background-color: #DDC323;
}
.BgClassName
{
background-color: #DDC323;
}
</style>
border-color css
<style>
span { border-color: #DDC323; }
span { border-color: rgb(221,195,35); }
td.TdClassName
{
border-color: #DDC323;
}
.TagClassName
{
border-color: #DDC323;
}
</style>