Shades of Bright Sun #DDC22E
Tints of Bright Sun #DDC22E
RGB
CMYK
RGB Variations
Color information
#DDC22E (or 0xDDC22E) is known color: Bright Sun. HEX triplet: DD, C2 and 2E. RGB value is (221,194,46). Sum of RGB (Red+Green+Blue) = 221+194+46=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC22E is #223DD1. Grayscale: #B9B9B9. Windows color (decimal): -2244050 or 3064541. OLE color: 3064541.
HSL color Cylindrical-coordinate representation of color #DDC22E: hue angle of 50.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDC22E is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 46 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.13 |
| HSL | 50.74º | 0.72% | 0.52% | - |
| HSV(B) | 50.74º | 0.79% | 0.87% | - |
| XYZ | 49.6 | 54.15 | 10.42 | - |
| YUV | 185.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 46 | 0 | 0.12 | 0.79 | 0.13 | 50.74 | 0.72 | 0.52 |
| Hex | DD | C2 | 2E | 0 | C | 4F | D | 33 | 48 | 34 |
| Octal | 335 | 302 | 56 | 0 | 14 | 117 | 15 | 63 | 110 | 64 |
| Binary | 11011101 | 11000010 | 101110 | 0 | 1100 | 1001111 | 1101 | 110011 | 1001000 | 110100 |
Color Harmonies of #DDC22E
Complementary color
Monochromatic Colors of #DDC22E
Black with #DDC22E
Text Example
Text Example
White with #DDC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC22E; }
p { color: rgb(221,194,46); }
H1.HeaderClassName
{
color: #DDC22E;
}
.AnyTagClassName
{
color: #DDC22E;
}
</style>
background-color css
<style>
a { background-color: #DDC22E; }
a { background-color: rgb(221,194,46); }
div.DivClassName
{
background-color: #DDC22E;
}
.BgClassName
{
background-color: #DDC22E;
}
</style>
border-color css
<style>
span { border-color: #DDC22E; }
span { border-color: rgb(221,194,46); }
td.TdClassName
{
border-color: #DDC22E;
}
.TagClassName
{
border-color: #DDC22E;
}
</style>