Shades of Bright Sun #DDC02E
Tints of Bright Sun #DDC02E
RGB
CMYK
RGB Variations
Color information
#DDC02E (or 0xDDC02E) is known color: Bright Sun. HEX triplet: DD, C0 and 2E. RGB value is (221,192,46). Sum of RGB (Red+Green+Blue) = 221+192+46=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC02E is #223FD1. Grayscale: #B8B8B8. Windows color (decimal): -2244562 or 3064029. OLE color: 3064029.
HSL color Cylindrical-coordinate representation of color #DDC02E: hue angle of 50.06º 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 #DDC02E is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 46 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.13 |
| HSL | 50.06º | 0.72% | 0.52% | - |
| HSV(B) | 50.06º | 0.79% | 0.87% | - |
| XYZ | 49.16 | 53.27 | 10.28 | - |
| YUV | 184.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 46 | 0 | 0.13 | 0.79 | 0.13 | 50.06 | 0.72 | 0.52 |
| Hex | DD | C0 | 2E | 0 | D | 4F | D | 32 | 48 | 34 |
| Octal | 335 | 300 | 56 | 0 | 15 | 117 | 15 | 62 | 110 | 64 |
| Binary | 11011101 | 11000000 | 101110 | 0 | 1101 | 1001111 | 1101 | 110010 | 1001000 | 110100 |
Color Harmonies of #DDC02E
Complementary color
Monochromatic Colors of #DDC02E
Black with #DDC02E
Text Example
Text Example
White with #DDC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC02E; }
p { color: rgb(221,192,46); }
H1.HeaderClassName
{
color: #DDC02E;
}
.AnyTagClassName
{
color: #DDC02E;
}
</style>
background-color css
<style>
a { background-color: #DDC02E; }
a { background-color: rgb(221,192,46); }
div.DivClassName
{
background-color: #DDC02E;
}
.BgClassName
{
background-color: #DDC02E;
}
</style>
border-color css
<style>
span { border-color: #DDC02E; }
span { border-color: rgb(221,192,46); }
td.TdClassName
{
border-color: #DDC02E;
}
.TagClassName
{
border-color: #DDC02E;
}
</style>