Shades of Confetti #DBC955
Tints of Confetti #DBC955
RGB
CMYK
RGB Variations
Color information
#DBC955 (or 0xDBC955) is known color: Confetti. HEX triplet: DB, C9 and 55. RGB value is (219,201,85). Sum of RGB (Red+Green+Blue) = 219+201+85=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC955 is #2436AA. Grayscale: #C1C1C1. Windows color (decimal): -2373291 or 5622235. OLE color: 5622235.
HSL color Cylindrical-coordinate representation of color #DBC955: hue angle of 51.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBC955 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 85 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.14 |
| HSL | 51.94º | 0.65% | 0.6% | - |
| HSV(B) | 51.94º | 0.61% | 0.86% | - |
| XYZ | 51.74 | 57.49 | 16.96 | - |
| YUV | 193.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 85 | 0 | 0.08 | 0.61 | 0.14 | 51.94 | 0.65 | 0.6 |
| Hex | DB | C9 | 55 | 0 | 8 | 3D | E | 34 | 41 | 3C |
| Octal | 333 | 311 | 125 | 0 | 10 | 75 | 16 | 64 | 101 | 74 |
| Binary | 11011011 | 11001001 | 1010101 | 0 | 1000 | 111101 | 1110 | 110100 | 1000001 | 111100 |
Color Harmonies of #DBC955
Complementary color
Monochromatic Colors of #DBC955
Black with #DBC955
Text Example
Text Example
White with #DBC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC955; }
p { color: rgb(219,201,85); }
H1.HeaderClassName
{
color: #DBC955;
}
.AnyTagClassName
{
color: #DBC955;
}
</style>
background-color css
<style>
a { background-color: #DBC955; }
a { background-color: rgb(219,201,85); }
div.DivClassName
{
background-color: #DBC955;
}
.BgClassName
{
background-color: #DBC955;
}
</style>
border-color css
<style>
span { border-color: #DBC955; }
span { border-color: rgb(219,201,85); }
td.TdClassName
{
border-color: #DBC955;
}
.TagClassName
{
border-color: #DBC955;
}
</style>