Shades of Bright Sun #DDC02C
Tints of Bright Sun #DDC02C
RGB
CMYK
RGB Variations
Color information
#DDC02C (or 0xDDC02C) is known color: Bright Sun. HEX triplet: DD, C0 and 2C. RGB value is (221,192,44). Sum of RGB (Red+Green+Blue) = 221+192+44=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC02C is #223FD3. Grayscale: #B8B8B8. Windows color (decimal): -2244564 or 2932957. OLE color: 2932957.
HSL color Cylindrical-coordinate representation of color #DDC02C: hue angle of 50.17º 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 #DDC02C is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 44 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.13 |
| HSL | 50.17º | 0.72% | 0.52% | - |
| HSV(B) | 50.17º | 0.8% | 0.87% | - |
| XYZ | 49.12 | 53.25 | 10.07 | - |
| YUV | 183.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 44 | 0 | 0.13 | 0.80 | 0.13 | 50.17 | 0.72 | 0.52 |
| Hex | DD | C0 | 2C | 0 | D | 50 | D | 32 | 48 | 34 |
| Octal | 335 | 300 | 54 | 0 | 15 | 120 | 15 | 62 | 110 | 64 |
| Binary | 11011101 | 11000000 | 101100 | 0 | 1101 | 1010000 | 1101 | 110010 | 1001000 | 110100 |
Color Harmonies of #DDC02C
Complementary color
Monochromatic Colors of #DDC02C
Black with #DDC02C
Text Example
Text Example
White with #DDC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC02C; }
p { color: rgb(221,192,44); }
H1.HeaderClassName
{
color: #DDC02C;
}
.AnyTagClassName
{
color: #DDC02C;
}
</style>
background-color css
<style>
a { background-color: #DDC02C; }
a { background-color: rgb(221,192,44); }
div.DivClassName
{
background-color: #DDC02C;
}
.BgClassName
{
background-color: #DDC02C;
}
</style>
border-color css
<style>
span { border-color: #DDC02C; }
span { border-color: rgb(221,192,44); }
td.TdClassName
{
border-color: #DDC02C;
}
.TagClassName
{
border-color: #DDC02C;
}
</style>