Shades of Bright Sun #DDBE2E
Tints of Bright Sun #DDBE2E
RGB
CMYK
RGB Variations
Color information
#DDBE2E (or 0xDDBE2E) is known color: Bright Sun. HEX triplet: DD, BE and 2E. RGB value is (221,190,46). Sum of RGB (Red+Green+Blue) = 221+190+46=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE2E is #2241D1. Grayscale: #B7B7B7. Windows color (decimal): -2245074 or 3063517. OLE color: 3063517.
HSL color Cylindrical-coordinate representation of color #DDBE2E: hue angle of 49.37º 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 #DDBE2E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 46 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.13 |
| HSL | 49.37º | 0.72% | 0.52% | - |
| HSV(B) | 49.37º | 0.79% | 0.87% | - |
| XYZ | 48.73 | 52.4 | 10.13 | - |
| YUV | 182.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 46 | 0 | 0.14 | 0.79 | 0.13 | 49.37 | 0.72 | 0.52 |
| Hex | DD | BE | 2E | 0 | E | 4F | D | 31 | 48 | 34 |
| Octal | 335 | 276 | 56 | 0 | 16 | 117 | 15 | 61 | 110 | 64 |
| Binary | 11011101 | 10111110 | 101110 | 0 | 1110 | 1001111 | 1101 | 110001 | 1001000 | 110100 |
Color Harmonies of #DDBE2E
Complementary color
Monochromatic Colors of #DDBE2E
Black with #DDBE2E
Text Example
Text Example
White with #DDBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE2E; }
p { color: rgb(221,190,46); }
H1.HeaderClassName
{
color: #DDBE2E;
}
.AnyTagClassName
{
color: #DDBE2E;
}
</style>
background-color css
<style>
a { background-color: #DDBE2E; }
a { background-color: rgb(221,190,46); }
div.DivClassName
{
background-color: #DDBE2E;
}
.BgClassName
{
background-color: #DDBE2E;
}
</style>
border-color css
<style>
span { border-color: #DDBE2E; }
span { border-color: rgb(221,190,46); }
td.TdClassName
{
border-color: #DDBE2E;
}
.TagClassName
{
border-color: #DDBE2E;
}
</style>