Shades of Bright Sun #DDC02B
Tints of Bright Sun #DDC02B
RGB
CMYK
RGB Variations
Color information
#DDC02B (or 0xDDC02B) is known color: Bright Sun. HEX triplet: DD, C0 and 2B. RGB value is (221,192,43). Sum of RGB (Red+Green+Blue) = 221+192+43=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC02B is #223FD4. Grayscale: #B8B8B8. Windows color (decimal): -2244565 or 2867421. OLE color: 2867421.
HSL color Cylindrical-coordinate representation of color #DDC02B: hue angle of 50.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC02B is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 43 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.13 |
| HSL | 50.22º | 0.72% | 0.52% | - |
| HSV(B) | 50.22º | 0.81% | 0.87% | - |
| XYZ | 49.1 | 53.25 | 9.97 | - |
| YUV | 183.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 43 | 0 | 0.13 | 0.81 | 0.13 | 50.22 | 0.72 | 0.52 |
| Hex | DD | C0 | 2B | 0 | D | 51 | D | 32 | 48 | 34 |
| Octal | 335 | 300 | 53 | 0 | 15 | 121 | 15 | 62 | 110 | 64 |
| Binary | 11011101 | 11000000 | 101011 | 0 | 1101 | 1010001 | 1101 | 110010 | 1001000 | 110100 |
Color Harmonies of #DDC02B
Complementary color
Monochromatic Colors of #DDC02B
Black with #DDC02B
Text Example
Text Example
White with #DDC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC02B; }
p { color: rgb(221,192,43); }
H1.HeaderClassName
{
color: #DDC02B;
}
.AnyTagClassName
{
color: #DDC02B;
}
</style>
background-color css
<style>
a { background-color: #DDC02B; }
a { background-color: rgb(221,192,43); }
div.DivClassName
{
background-color: #DDC02B;
}
.BgClassName
{
background-color: #DDC02B;
}
</style>
border-color css
<style>
span { border-color: #DDC02B; }
span { border-color: rgb(221,192,43); }
td.TdClassName
{
border-color: #DDC02B;
}
.TagClassName
{
border-color: #DDC02B;
}
</style>