Shades of Bright Sun #DBC02E
Tints of Bright Sun #DBC02E
RGB
CMYK
RGB Variations
Color information
#DBC02E (or 0xDBC02E) is known color: Bright Sun. HEX triplet: DB, C0 and 2E. RGB value is (219,192,46). Sum of RGB (Red+Green+Blue) = 219+192+46=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC02E is #243FD1. Grayscale: #B8B8B8. Windows color (decimal): -2375634 or 3064027. OLE color: 3064027.
HSL color Cylindrical-coordinate representation of color #DBC02E: hue angle of 50.64º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC02E is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 46 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.14 |
| HSL | 50.64º | 0.71% | 0.52% | - |
| HSV(B) | 50.64º | 0.79% | 0.86% | - |
| XYZ | 48.56 | 52.96 | 10.25 | - |
| YUV | 183.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 46 | 0 | 0.12 | 0.79 | 0.14 | 50.64 | 0.71 | 0.52 |
| Hex | DB | C0 | 2E | 0 | C | 4F | E | 33 | 47 | 34 |
| Octal | 333 | 300 | 56 | 0 | 14 | 117 | 16 | 63 | 107 | 64 |
| Binary | 11011011 | 11000000 | 101110 | 0 | 1100 | 1001111 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DBC02E
Complementary color
Monochromatic Colors of #DBC02E
Black with #DBC02E
Text Example
Text Example
White with #DBC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC02E; }
p { color: rgb(219,192,46); }
H1.HeaderClassName
{
color: #DBC02E;
}
.AnyTagClassName
{
color: #DBC02E;
}
</style>
background-color css
<style>
a { background-color: #DBC02E; }
a { background-color: rgb(219,192,46); }
div.DivClassName
{
background-color: #DBC02E;
}
.BgClassName
{
background-color: #DBC02E;
}
</style>
border-color css
<style>
span { border-color: #DBC02E; }
span { border-color: rgb(219,192,46); }
td.TdClassName
{
border-color: #DBC02E;
}
.TagClassName
{
border-color: #DBC02E;
}
</style>