Shades of Confetti #DBC042
Tints of Confetti #DBC042
RGB
CMYK
RGB Variations
Color information
#DBC042 (or 0xDBC042) is known color: Confetti. HEX triplet: DB, C0 and 42. RGB value is (219,192,66). Sum of RGB (Red+Green+Blue) = 219+192+66=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC042 is #243FBD. Grayscale: #BABABA. Windows color (decimal): -2375614 or 4374747. OLE color: 4374747.
HSL color Cylindrical-coordinate representation of color #DBC042: hue angle of 49.41º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBC042 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 66 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.14 |
| HSL | 49.41º | 0.68% | 0.56% | - |
| HSV(B) | 49.41º | 0.7% | 0.86% | - |
| XYZ | 49.05 | 53.15 | 12.83 | - |
| YUV | 185.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 66 | 0 | 0.12 | 0.70 | 0.14 | 49.41 | 0.68 | 0.56 |
| Hex | DB | C0 | 42 | 0 | C | 46 | E | 31 | 44 | 38 |
| Octal | 333 | 300 | 102 | 0 | 14 | 106 | 16 | 61 | 104 | 70 |
| Binary | 11011011 | 11000000 | 1000010 | 0 | 1100 | 1000110 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DBC042
Complementary color
Monochromatic Colors of #DBC042
Black with #DBC042
Text Example
Text Example
White with #DBC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC042; }
p { color: rgb(219,192,66); }
H1.HeaderClassName
{
color: #DBC042;
}
.AnyTagClassName
{
color: #DBC042;
}
</style>
background-color css
<style>
a { background-color: #DBC042; }
a { background-color: rgb(219,192,66); }
div.DivClassName
{
background-color: #DBC042;
}
.BgClassName
{
background-color: #DBC042;
}
</style>
border-color css
<style>
span { border-color: #DBC042; }
span { border-color: rgb(219,192,66); }
td.TdClassName
{
border-color: #DBC042;
}
.TagClassName
{
border-color: #DBC042;
}
</style>