Shades of Confetti #DCBC4A
Tints of Confetti #DCBC4A
RGB
CMYK
RGB Variations
Color information
#DCBC4A (or 0xDCBC4A) is known color: Confetti. HEX triplet: DC, BC and 4A. RGB value is (220,188,74). Sum of RGB (Red+Green+Blue) = 220+188+74=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC4A is #2343B5. Grayscale: #B9B9B9. Windows color (decimal): -2311094 or 4898012. OLE color: 4898012.
HSL color Cylindrical-coordinate representation of color #DCBC4A: hue angle of 46.85º degrees, saturation: 0.68, 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 #DCBC4A is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 74 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.14 |
| HSL | 46.85º | 0.68% | 0.58% | - |
| HSV(B) | 46.85º | 0.66% | 0.86% | - |
| XYZ | 48.73 | 51.68 | 13.88 | - |
| YUV | 184.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 74 | 0 | 0.15 | 0.66 | 0.14 | 46.85 | 0.68 | 0.58 |
| Hex | DC | BC | 4A | 0 | F | 42 | E | 2F | 44 | 3A |
| Octal | 334 | 274 | 112 | 0 | 17 | 102 | 16 | 57 | 104 | 72 |
| Binary | 11011100 | 10111100 | 1001010 | 0 | 1111 | 1000010 | 1110 | 101111 | 1000100 | 111010 |
Color Harmonies of #DCBC4A
Complementary color
Monochromatic Colors of #DCBC4A
Black with #DCBC4A
Text Example
Text Example
White with #DCBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC4A; }
p { color: rgb(220,188,74); }
H1.HeaderClassName
{
color: #DCBC4A;
}
.AnyTagClassName
{
color: #DCBC4A;
}
</style>
background-color css
<style>
a { background-color: #DCBC4A; }
a { background-color: rgb(220,188,74); }
div.DivClassName
{
background-color: #DCBC4A;
}
.BgClassName
{
background-color: #DCBC4A;
}
</style>
border-color css
<style>
span { border-color: #DCBC4A; }
span { border-color: rgb(220,188,74); }
td.TdClassName
{
border-color: #DCBC4A;
}
.TagClassName
{
border-color: #DCBC4A;
}
</style>