Shades of Confetti #DCBD4C
Tints of Confetti #DCBD4C
RGB
CMYK
RGB Variations
Color information
#DCBD4C (or 0xDCBD4C) is known color: Confetti. HEX triplet: DC, BD and 4C. RGB value is (220,189,76). Sum of RGB (Red+Green+Blue) = 220+189+76=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD4C is #2342B3. Grayscale: #B9B9B9. Windows color (decimal): -2310836 or 5029340. OLE color: 5029340.
HSL color Cylindrical-coordinate representation of color #DCBD4C: hue angle of 47.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBD4C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 76 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.14 |
| HSL | 47.08º | 0.67% | 0.58% | - |
| HSV(B) | 47.08º | 0.65% | 0.86% | - |
| XYZ | 49.02 | 52.13 | 14.32 | - |
| YUV | 185.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 76 | 0 | 0.14 | 0.65 | 0.14 | 47.08 | 0.67 | 0.58 |
| Hex | DC | BD | 4C | 0 | E | 41 | E | 2F | 43 | 3A |
| Octal | 334 | 275 | 114 | 0 | 16 | 101 | 16 | 57 | 103 | 72 |
| Binary | 11011100 | 10111101 | 1001100 | 0 | 1110 | 1000001 | 1110 | 101111 | 1000011 | 111010 |
Color Harmonies of #DCBD4C
Complementary color
Monochromatic Colors of #DCBD4C
Black with #DCBD4C
Text Example
Text Example
White with #DCBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD4C; }
p { color: rgb(220,189,76); }
H1.HeaderClassName
{
color: #DCBD4C;
}
.AnyTagClassName
{
color: #DCBD4C;
}
</style>
background-color css
<style>
a { background-color: #DCBD4C; }
a { background-color: rgb(220,189,76); }
div.DivClassName
{
background-color: #DCBD4C;
}
.BgClassName
{
background-color: #DCBD4C;
}
</style>
border-color css
<style>
span { border-color: #DCBD4C; }
span { border-color: rgb(220,189,76); }
td.TdClassName
{
border-color: #DCBD4C;
}
.TagClassName
{
border-color: #DCBD4C;
}
</style>