Shades of Bright Sun #DDC030
Tints of Bright Sun #DDC030
RGB
CMYK
RGB Variations
Color information
#DDC030 (or 0xDDC030) is known color: Bright Sun. HEX triplet: DD, C0 and 30. RGB value is (221,192,48). Sum of RGB (Red+Green+Blue) = 221+192+48=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC030 is #223FCF. Grayscale: #B8B8B8. Windows color (decimal): -2244560 or 3195101. OLE color: 3195101.
HSL color Cylindrical-coordinate representation of color #DDC030: hue angle of 49.94º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDC030 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 48 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.13 |
| HSL | 49.94º | 0.72% | 0.53% | - |
| HSV(B) | 49.94º | 0.78% | 0.87% | - |
| XYZ | 49.2 | 53.28 | 10.49 | - |
| YUV | 184.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 48 | 0 | 0.13 | 0.78 | 0.13 | 49.94 | 0.72 | 0.53 |
| Hex | DD | C0 | 30 | 0 | D | 4E | D | 32 | 48 | 35 |
| Octal | 335 | 300 | 60 | 0 | 15 | 116 | 15 | 62 | 110 | 65 |
| Binary | 11011101 | 11000000 | 110000 | 0 | 1101 | 1001110 | 1101 | 110010 | 1001000 | 110101 |
Color Harmonies of #DDC030
Complementary color
Monochromatic Colors of #DDC030
Black with #DDC030
Text Example
Text Example
White with #DDC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC030; }
p { color: rgb(221,192,48); }
H1.HeaderClassName
{
color: #DDC030;
}
.AnyTagClassName
{
color: #DDC030;
}
</style>
background-color css
<style>
a { background-color: #DDC030; }
a { background-color: rgb(221,192,48); }
div.DivClassName
{
background-color: #DDC030;
}
.BgClassName
{
background-color: #DDC030;
}
</style>
border-color css
<style>
span { border-color: #DDC030; }
span { border-color: rgb(221,192,48); }
td.TdClassName
{
border-color: #DDC030;
}
.TagClassName
{
border-color: #DDC030;
}
</style>