Shades of Confetti #DBC24B
Tints of Confetti #DBC24B
RGB
CMYK
RGB Variations
Color information
#DBC24B (or 0xDBC24B) is known color: Confetti. HEX triplet: DB, C2 and 4B. RGB value is (219,194,75). Sum of RGB (Red+Green+Blue) = 219+194+75=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC24B is #243DB4. Grayscale: #BCBCBC. Windows color (decimal): -2375093 or 4965083. OLE color: 4965083.
HSL color Cylindrical-coordinate representation of color #DBC24B: hue angle of 49.58º 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 #DBC24B is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 75 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.14 |
| HSL | 49.58º | 0.67% | 0.58% | - |
| HSV(B) | 49.58º | 0.66% | 0.86% | - |
| XYZ | 49.78 | 54.15 | 14.49 | - |
| YUV | 187.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 75 | 0 | 0.11 | 0.66 | 0.14 | 49.58 | 0.67 | 0.58 |
| Hex | DB | C2 | 4B | 0 | B | 42 | E | 32 | 43 | 3A |
| Octal | 333 | 302 | 113 | 0 | 13 | 102 | 16 | 62 | 103 | 72 |
| Binary | 11011011 | 11000010 | 1001011 | 0 | 1011 | 1000010 | 1110 | 110010 | 1000011 | 111010 |
Color Harmonies of #DBC24B
Complementary color
Monochromatic Colors of #DBC24B
Black with #DBC24B
Text Example
Text Example
White with #DBC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC24B; }
p { color: rgb(219,194,75); }
H1.HeaderClassName
{
color: #DBC24B;
}
.AnyTagClassName
{
color: #DBC24B;
}
</style>
background-color css
<style>
a { background-color: #DBC24B; }
a { background-color: rgb(219,194,75); }
div.DivClassName
{
background-color: #DBC24B;
}
.BgClassName
{
background-color: #DBC24B;
}
</style>
border-color css
<style>
span { border-color: #DBC24B; }
span { border-color: rgb(219,194,75); }
td.TdClassName
{
border-color: #DBC24B;
}
.TagClassName
{
border-color: #DBC24B;
}
</style>