Shades of Confetti #DCBE4F
Tints of Confetti #DCBE4F
RGB
CMYK
RGB Variations
Color information
#DCBE4F (or 0xDCBE4F) is known color: Confetti. HEX triplet: DC, BE and 4F. RGB value is (220,190,79). Sum of RGB (Red+Green+Blue) = 220+190+79=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE4F is #2341B0. Grayscale: #BABABA. Windows color (decimal): -2310577 or 5226204. OLE color: 5226204.
HSL color Cylindrical-coordinate representation of color #DCBE4F: hue angle of 47.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCBE4F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 79 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.14 |
| HSL | 47.23º | 0.67% | 0.59% | - |
| HSV(B) | 47.23º | 0.64% | 0.86% | - |
| XYZ | 49.34 | 52.61 | 14.95 | - |
| YUV | 186.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 79 | 0 | 0.14 | 0.64 | 0.14 | 47.23 | 0.67 | 0.59 |
| Hex | DC | BE | 4F | 0 | E | 40 | E | 2F | 43 | 3B |
| Octal | 334 | 276 | 117 | 0 | 16 | 100 | 16 | 57 | 103 | 73 |
| Binary | 11011100 | 10111110 | 1001111 | 0 | 1110 | 1000000 | 1110 | 101111 | 1000011 | 111011 |
Color Harmonies of #DCBE4F
Complementary color
Monochromatic Colors of #DCBE4F
Black with #DCBE4F
Text Example
Text Example
White with #DCBE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE4F; }
p { color: rgb(220,190,79); }
H1.HeaderClassName
{
color: #DCBE4F;
}
.AnyTagClassName
{
color: #DCBE4F;
}
</style>
background-color css
<style>
a { background-color: #DCBE4F; }
a { background-color: rgb(220,190,79); }
div.DivClassName
{
background-color: #DCBE4F;
}
.BgClassName
{
background-color: #DCBE4F;
}
</style>
border-color css
<style>
span { border-color: #DCBE4F; }
span { border-color: rgb(220,190,79); }
td.TdClassName
{
border-color: #DCBE4F;
}
.TagClassName
{
border-color: #DCBE4F;
}
</style>