Shades of Bright Sun #DDC22D
Tints of Bright Sun #DDC22D
RGB
CMYK
RGB Variations
Color information
#DDC22D (or 0xDDC22D) is known color: Bright Sun. HEX triplet: DD, C2 and 2D. RGB value is (221,194,45). Sum of RGB (Red+Green+Blue) = 221+194+45=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC22D is #223DD2. Grayscale: #B9B9B9. Windows color (decimal): -2244051 or 2999005. OLE color: 2999005.
HSL color Cylindrical-coordinate representation of color #DDC22D: hue angle of 50.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC22D is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 45 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.13 |
| HSL | 50.8º | 0.72% | 0.52% | - |
| HSV(B) | 50.8º | 0.8% | 0.87% | - |
| XYZ | 49.58 | 54.15 | 10.32 | - |
| YUV | 185.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 45 | 0 | 0.12 | 0.80 | 0.13 | 50.8 | 0.72 | 0.52 |
| Hex | DD | C2 | 2D | 0 | C | 50 | D | 33 | 48 | 34 |
| Octal | 335 | 302 | 55 | 0 | 14 | 120 | 15 | 63 | 110 | 64 |
| Binary | 11011101 | 11000010 | 101101 | 0 | 1100 | 1010000 | 1101 | 110011 | 1001000 | 110100 |
Color Harmonies of #DDC22D
Complementary color
Monochromatic Colors of #DDC22D
Black with #DDC22D
Text Example
Text Example
White with #DDC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC22D; }
p { color: rgb(221,194,45); }
H1.HeaderClassName
{
color: #DDC22D;
}
.AnyTagClassName
{
color: #DDC22D;
}
</style>
background-color css
<style>
a { background-color: #DDC22D; }
a { background-color: rgb(221,194,45); }
div.DivClassName
{
background-color: #DDC22D;
}
.BgClassName
{
background-color: #DDC22D;
}
</style>
border-color css
<style>
span { border-color: #DDC22D; }
span { border-color: rgb(221,194,45); }
td.TdClassName
{
border-color: #DDC22D;
}
.TagClassName
{
border-color: #DDC22D;
}
</style>