Shades of Sunflower #DDC723
Tints of Sunflower #DDC723
RGB
CMYK
RGB Variations
Color information
#DDC723 (or 0xDDC723) is known color: Sunflower. HEX triplet: DD, C7 and 23. RGB value is (221,199,35). Sum of RGB (Red+Green+Blue) = 221+199+35=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC723 is #2238DC. Grayscale: #BBBBBB. Windows color (decimal): -2242781 or 2344925. OLE color: 2344925.
HSL color Cylindrical-coordinate representation of color #DDC723: hue angle of 52.9º 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 #DDC723 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 35 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.13 |
| HSL | 52.9º | 0.73% | 0.5% | - |
| HSV(B) | 52.9º | 0.84% | 0.87% | - |
| XYZ | 50.55 | 56.34 | 9.8 | - |
| YUV | 186.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 35 | 0 | 0.10 | 0.84 | 0.13 | 52.9 | 0.73 | 0.5 |
| Hex | DD | C7 | 23 | 0 | A | 54 | D | 35 | 49 | 32 |
| Octal | 335 | 307 | 43 | 0 | 12 | 124 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11000111 | 100011 | 0 | 1010 | 1010100 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC723
Complementary color
Monochromatic Colors of #DDC723
Black with #DDC723
Text Example
Text Example
White with #DDC723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC723; }
p { color: rgb(221,199,35); }
H1.HeaderClassName
{
color: #DDC723;
}
.AnyTagClassName
{
color: #DDC723;
}
</style>
background-color css
<style>
a { background-color: #DDC723; }
a { background-color: rgb(221,199,35); }
div.DivClassName
{
background-color: #DDC723;
}
.BgClassName
{
background-color: #DDC723;
}
</style>
border-color css
<style>
span { border-color: #DDC723; }
span { border-color: rgb(221,199,35); }
td.TdClassName
{
border-color: #DDC723;
}
.TagClassName
{
border-color: #DDC723;
}
</style>