Shades of Bright Sun #DDC02F
Tints of Bright Sun #DDC02F
RGB
CMYK
RGB Variations
Color information
#DDC02F (or 0xDDC02F) is known color: Bright Sun. HEX triplet: DD, C0 and 2F. RGB value is (221,192,47). Sum of RGB (Red+Green+Blue) = 221+192+47=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC02F is #223FD0. Grayscale: #B8B8B8. Windows color (decimal): -2244561 or 3129565. OLE color: 3129565.
HSL color Cylindrical-coordinate representation of color #DDC02F: hue angle of 50º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDC02F is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 47 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.13 |
| HSL | 50º | 0.72% | 0.53% | - |
| HSV(B) | 50º | 0.79% | 0.87% | - |
| XYZ | 49.18 | 53.28 | 10.38 | - |
| YUV | 184.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 47 | 0 | 0.13 | 0.79 | 0.13 | 50 | 0.72 | 0.53 |
| Hex | DD | C0 | 2F | 0 | D | 4F | D | 32 | 48 | 35 |
| Octal | 335 | 300 | 57 | 0 | 15 | 117 | 15 | 62 | 110 | 65 |
| Binary | 11011101 | 11000000 | 101111 | 0 | 1101 | 1001111 | 1101 | 110010 | 1001000 | 110101 |
Color Harmonies of #DDC02F
Complementary color
Monochromatic Colors of #DDC02F
Black with #DDC02F
Text Example
Text Example
White with #DDC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC02F; }
p { color: rgb(221,192,47); }
H1.HeaderClassName
{
color: #DDC02F;
}
.AnyTagClassName
{
color: #DDC02F;
}
</style>
background-color css
<style>
a { background-color: #DDC02F; }
a { background-color: rgb(221,192,47); }
div.DivClassName
{
background-color: #DDC02F;
}
.BgClassName
{
background-color: #DDC02F;
}
</style>
border-color css
<style>
span { border-color: #DDC02F; }
span { border-color: rgb(221,192,47); }
td.TdClassName
{
border-color: #DDC02F;
}
.TagClassName
{
border-color: #DDC02F;
}
</style>