Shades of Confetti #DBCF52
Tints of Confetti #DBCF52
RGB
CMYK
RGB Variations
Color information
#DBCF52 (or 0xDBCF52) is known color: Confetti. HEX triplet: DB, CF and 52. RGB value is (219,207,82). Sum of RGB (Red+Green+Blue) = 219+207+82=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF52 is #2430AD. Grayscale: #C4C4C4. Windows color (decimal): -2371758 or 5427163. OLE color: 5427163.
HSL color Cylindrical-coordinate representation of color #DBCF52: hue angle of 54.74º 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 #DBCF52 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 82 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 54.74º | 0.66% | 0.59% | - |
| HSV(B) | 54.74º | 0.63% | 0.86% | - |
| XYZ | 53.05 | 60.29 | 16.82 | - |
| YUV | 196.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 82 | 0 | 0.05 | 0.63 | 0.14 | 54.74 | 0.66 | 0.59 |
| Hex | DB | CF | 52 | 0 | 5 | 3F | E | 37 | 42 | 3B |
| Octal | 333 | 317 | 122 | 0 | 5 | 77 | 16 | 67 | 102 | 73 |
| Binary | 11011011 | 11001111 | 1010010 | 0 | 101 | 111111 | 1110 | 110111 | 1000010 | 111011 |
Color Harmonies of #DBCF52
Complementary color
Monochromatic Colors of #DBCF52
Black with #DBCF52
Text Example
Text Example
White with #DBCF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF52; }
p { color: rgb(219,207,82); }
H1.HeaderClassName
{
color: #DBCF52;
}
.AnyTagClassName
{
color: #DBCF52;
}
</style>
background-color css
<style>
a { background-color: #DBCF52; }
a { background-color: rgb(219,207,82); }
div.DivClassName
{
background-color: #DBCF52;
}
.BgClassName
{
background-color: #DBCF52;
}
</style>
border-color css
<style>
span { border-color: #DBCF52; }
span { border-color: rgb(219,207,82); }
td.TdClassName
{
border-color: #DBCF52;
}
.TagClassName
{
border-color: #DBCF52;
}
</style>