Shades of Confetti #DBCB52
Tints of Confetti #DBCB52
RGB
CMYK
RGB Variations
Color information
#DBCB52 (or 0xDBCB52) is known color: Confetti. HEX triplet: DB, CB and 52. RGB value is (219,203,82). Sum of RGB (Red+Green+Blue) = 219+203+82=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB52 is #2434AD. Grayscale: #C2C2C2. Windows color (decimal): -2372782 or 5426139. OLE color: 5426139.
HSL color Cylindrical-coordinate representation of color #DBCB52: hue angle of 52.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBCB52 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 82 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.14 |
| HSL | 52.99º | 0.66% | 0.59% | - |
| HSV(B) | 52.99º | 0.63% | 0.86% | - |
| XYZ | 52.09 | 58.38 | 16.51 | - |
| YUV | 193.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 82 | 0 | 0.07 | 0.63 | 0.14 | 52.99 | 0.66 | 0.59 |
| Hex | DB | CB | 52 | 0 | 7 | 3F | E | 35 | 42 | 3B |
| Octal | 333 | 313 | 122 | 0 | 7 | 77 | 16 | 65 | 102 | 73 |
| Binary | 11011011 | 11001011 | 1010010 | 0 | 111 | 111111 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DBCB52
Complementary color
Monochromatic Colors of #DBCB52
Black with #DBCB52
Text Example
Text Example
White with #DBCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB52; }
p { color: rgb(219,203,82); }
H1.HeaderClassName
{
color: #DBCB52;
}
.AnyTagClassName
{
color: #DBCB52;
}
</style>
background-color css
<style>
a { background-color: #DBCB52; }
a { background-color: rgb(219,203,82); }
div.DivClassName
{
background-color: #DBCB52;
}
.BgClassName
{
background-color: #DBCB52;
}
</style>
border-color css
<style>
span { border-color: #DBCB52; }
span { border-color: rgb(219,203,82); }
td.TdClassName
{
border-color: #DBCB52;
}
.TagClassName
{
border-color: #DBCB52;
}
</style>