Shades of Confetti #DCBE42
Tints of Confetti #DCBE42
RGB
CMYK
RGB Variations
Color information
#DCBE42 (or 0xDCBE42) is known color: Confetti. HEX triplet: DC, BE and 42. RGB value is (220,190,66). Sum of RGB (Red+Green+Blue) = 220+190+66=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE42 is #2341BD. Grayscale: #B9B9B9. Windows color (decimal): -2310590 or 4374236. OLE color: 4374236.
HSL color Cylindrical-coordinate representation of color #DCBE42: hue angle of 48.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBE42 is Cyan = 0, Magento = 0.14, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 66 | - |
| CMYK | 0 | 0.14 | 0.7 | 0.14 |
| HSL | 48.31º | 0.69% | 0.56% | - |
| HSV(B) | 48.31º | 0.7% | 0.86% | - |
| XYZ | 48.91 | 52.44 | 12.7 | - |
| YUV | 184.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 66 | 0 | 0.14 | 0.7 | 0.14 | 48.31 | 0.69 | 0.56 |
| Hex | DC | BE | 42 | 0 | E | 46 | E | 30 | 45 | 38 |
| Octal | 334 | 276 | 102 | 0 | 16 | 106 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111110 | 1000010 | 0 | 1110 | 1000110 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBE42
Complementary color
Monochromatic Colors of #DCBE42
Black with #DCBE42
Text Example
Text Example
White with #DCBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE42; }
p { color: rgb(220,190,66); }
H1.HeaderClassName
{
color: #DCBE42;
}
.AnyTagClassName
{
color: #DCBE42;
}
</style>
background-color css
<style>
a { background-color: #DCBE42; }
a { background-color: rgb(220,190,66); }
div.DivClassName
{
background-color: #DCBE42;
}
.BgClassName
{
background-color: #DCBE42;
}
</style>
border-color css
<style>
span { border-color: #DCBE42; }
span { border-color: rgb(220,190,66); }
td.TdClassName
{
border-color: #DCBE42;
}
.TagClassName
{
border-color: #DCBE42;
}
</style>