Shades of Confetti #DBCA52
Tints of Confetti #DBCA52
RGB
CMYK
RGB Variations
Color information
#DBCA52 (or 0xDBCA52) is known color: Confetti. HEX triplet: DB, CA and 52. RGB value is (219,202,82). Sum of RGB (Red+Green+Blue) = 219+202+82=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA52 is #2435AD. Grayscale: #C1C1C1. Windows color (decimal): -2373038 or 5425883. OLE color: 5425883.
HSL color Cylindrical-coordinate representation of color #DBCA52: hue angle of 52.55º 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 #DBCA52 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 82 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.55º | 0.66% | 0.59% | - |
| HSV(B) | 52.55º | 0.63% | 0.86% | - |
| XYZ | 51.86 | 57.91 | 16.43 | - |
| YUV | 193.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 82 | 0 | 0.08 | 0.63 | 0.14 | 52.55 | 0.66 | 0.59 |
| Hex | DB | CA | 52 | 0 | 8 | 3F | E | 35 | 42 | 3B |
| Octal | 333 | 312 | 122 | 0 | 10 | 77 | 16 | 65 | 102 | 73 |
| Binary | 11011011 | 11001010 | 1010010 | 0 | 1000 | 111111 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DBCA52
Complementary color
Monochromatic Colors of #DBCA52
Black with #DBCA52
Text Example
Text Example
White with #DBCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA52; }
p { color: rgb(219,202,82); }
H1.HeaderClassName
{
color: #DBCA52;
}
.AnyTagClassName
{
color: #DBCA52;
}
</style>
background-color css
<style>
a { background-color: #DBCA52; }
a { background-color: rgb(219,202,82); }
div.DivClassName
{
background-color: #DBCA52;
}
.BgClassName
{
background-color: #DBCA52;
}
</style>
border-color css
<style>
span { border-color: #DBCA52; }
span { border-color: rgb(219,202,82); }
td.TdClassName
{
border-color: #DBCA52;
}
.TagClassName
{
border-color: #DBCA52;
}
</style>