Shades of Confetti #DBC951
Tints of Confetti #DBC951
RGB
CMYK
RGB Variations
Color information
#DBC951 (or 0xDBC951) is known color: Confetti. HEX triplet: DB, C9 and 51. RGB value is (219,201,81). Sum of RGB (Red+Green+Blue) = 219+201+81=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC951 is #2436AE. Grayscale: #C1C1C1. Windows color (decimal): -2373295 or 5360091. OLE color: 5360091.
HSL color Cylindrical-coordinate representation of color #DBC951: hue angle of 52.17º 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 #DBC951 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 81 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.17º | 0.66% | 0.59% | - |
| HSV(B) | 52.17º | 0.63% | 0.86% | - |
| XYZ | 51.59 | 57.43 | 16.15 | - |
| YUV | 192.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 81 | 0 | 0.08 | 0.63 | 0.14 | 52.17 | 0.66 | 0.59 |
| Hex | DB | C9 | 51 | 0 | 8 | 3F | E | 34 | 42 | 3B |
| Octal | 333 | 311 | 121 | 0 | 10 | 77 | 16 | 64 | 102 | 73 |
| Binary | 11011011 | 11001001 | 1010001 | 0 | 1000 | 111111 | 1110 | 110100 | 1000010 | 111011 |
Color Harmonies of #DBC951
Complementary color
Monochromatic Colors of #DBC951
Black with #DBC951
Text Example
Text Example
White with #DBC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC951; }
p { color: rgb(219,201,81); }
H1.HeaderClassName
{
color: #DBC951;
}
.AnyTagClassName
{
color: #DBC951;
}
</style>
background-color css
<style>
a { background-color: #DBC951; }
a { background-color: rgb(219,201,81); }
div.DivClassName
{
background-color: #DBC951;
}
.BgClassName
{
background-color: #DBC951;
}
</style>
border-color css
<style>
span { border-color: #DBC951; }
span { border-color: rgb(219,201,81); }
td.TdClassName
{
border-color: #DBC951;
}
.TagClassName
{
border-color: #DBC951;
}
</style>