Shades of Bright Sun #DDC032
Tints of Bright Sun #DDC032
RGB
CMYK
RGB Variations
Color information
#DDC032 (or 0xDDC032) is known color: Bright Sun. HEX triplet: DD, C0 and 32. RGB value is (221,192,50). Sum of RGB (Red+Green+Blue) = 221+192+50=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC032 is #223FCD. Grayscale: #B9B9B9. Windows color (decimal): -2244558 or 3326173. OLE color: 3326173.
HSL color Cylindrical-coordinate representation of color #DDC032: hue angle of 49.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDC032 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 50 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.13 |
| HSL | 49.82º | 0.72% | 0.53% | - |
| HSV(B) | 49.82º | 0.77% | 0.87% | - |
| XYZ | 49.24 | 53.3 | 10.71 | - |
| YUV | 184.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 50 | 0 | 0.13 | 0.77 | 0.13 | 49.82 | 0.72 | 0.53 |
| Hex | DD | C0 | 32 | 0 | D | 4D | D | 32 | 48 | 35 |
| Octal | 335 | 300 | 62 | 0 | 15 | 115 | 15 | 62 | 110 | 65 |
| Binary | 11011101 | 11000000 | 110010 | 0 | 1101 | 1001101 | 1101 | 110010 | 1001000 | 110101 |
Color Harmonies of #DDC032
Complementary color
Monochromatic Colors of #DDC032
Black with #DDC032
Text Example
Text Example
White with #DDC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC032; }
p { color: rgb(221,192,50); }
H1.HeaderClassName
{
color: #DDC032;
}
.AnyTagClassName
{
color: #DDC032;
}
</style>
background-color css
<style>
a { background-color: #DDC032; }
a { background-color: rgb(221,192,50); }
div.DivClassName
{
background-color: #DDC032;
}
.BgClassName
{
background-color: #DDC032;
}
</style>
border-color css
<style>
span { border-color: #DDC032; }
span { border-color: rgb(221,192,50); }
td.TdClassName
{
border-color: #DDC032;
}
.TagClassName
{
border-color: #DDC032;
}
</style>