Shades of Confetti #DBC94B
Tints of Confetti #DBC94B
RGB
CMYK
RGB Variations
Color information
#DBC94B (or 0xDBC94B) is known color: Confetti. HEX triplet: DB, C9 and 4B. RGB value is (219,201,75). Sum of RGB (Red+Green+Blue) = 219+201+75=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC94B is #2436B4. Grayscale: #C0C0C0. Windows color (decimal): -2373301 or 4966875. OLE color: 4966875.
HSL color Cylindrical-coordinate representation of color #DBC94B: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBC94B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 75 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.14 |
| HSL | 52.5º | 0.67% | 0.58% | - |
| HSV(B) | 52.5º | 0.66% | 0.86% | - |
| XYZ | 51.37 | 57.34 | 15.02 | - |
| YUV | 192.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 75 | 0 | 0.08 | 0.66 | 0.14 | 52.5 | 0.67 | 0.58 |
| Hex | DB | C9 | 4B | 0 | 8 | 42 | E | 34 | 43 | 3A |
| Octal | 333 | 311 | 113 | 0 | 10 | 102 | 16 | 64 | 103 | 72 |
| Binary | 11011011 | 11001001 | 1001011 | 0 | 1000 | 1000010 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DBC94B
Complementary color
Monochromatic Colors of #DBC94B
Black with #DBC94B
Text Example
Text Example
White with #DBC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC94B; }
p { color: rgb(219,201,75); }
H1.HeaderClassName
{
color: #DBC94B;
}
.AnyTagClassName
{
color: #DBC94B;
}
</style>
background-color css
<style>
a { background-color: #DBC94B; }
a { background-color: rgb(219,201,75); }
div.DivClassName
{
background-color: #DBC94B;
}
.BgClassName
{
background-color: #DBC94B;
}
</style>
border-color css
<style>
span { border-color: #DBC94B; }
span { border-color: rgb(219,201,75); }
td.TdClassName
{
border-color: #DBC94B;
}
.TagClassName
{
border-color: #DBC94B;
}
</style>