Shades of Confetti #DCC34D
Tints of Confetti #DCC34D
RGB
CMYK
RGB Variations
Color information
#DCC34D (or 0xDCC34D) is known color: Confetti. HEX triplet: DC, C3 and 4D. RGB value is (220,195,77). Sum of RGB (Red+Green+Blue) = 220+195+77=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC34D is #233CB2. Grayscale: #BDBDBD. Windows color (decimal): -2309299 or 5096412. OLE color: 5096412.
HSL color Cylindrical-coordinate representation of color #DCC34D: hue angle of 49.51º 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 #DCC34D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 77 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.14 |
| HSL | 49.51º | 0.67% | 0.58% | - |
| HSV(B) | 49.51º | 0.65% | 0.86% | - |
| XYZ | 50.37 | 54.78 | 14.94 | - |
| YUV | 189.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 77 | 0 | 0.11 | 0.65 | 0.14 | 49.51 | 0.67 | 0.58 |
| Hex | DC | C3 | 4D | 0 | B | 41 | E | 32 | 43 | 3A |
| Octal | 334 | 303 | 115 | 0 | 13 | 101 | 16 | 62 | 103 | 72 |
| Binary | 11011100 | 11000011 | 1001101 | 0 | 1011 | 1000001 | 1110 | 110010 | 1000011 | 111010 |
Color Harmonies of #DCC34D
Complementary color
Monochromatic Colors of #DCC34D
Black with #DCC34D
Text Example
Text Example
White with #DCC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC34D; }
p { color: rgb(220,195,77); }
H1.HeaderClassName
{
color: #DCC34D;
}
.AnyTagClassName
{
color: #DCC34D;
}
</style>
background-color css
<style>
a { background-color: #DCC34D; }
a { background-color: rgb(220,195,77); }
div.DivClassName
{
background-color: #DCC34D;
}
.BgClassName
{
background-color: #DCC34D;
}
</style>
border-color css
<style>
span { border-color: #DCC34D; }
span { border-color: rgb(220,195,77); }
td.TdClassName
{
border-color: #DCC34D;
}
.TagClassName
{
border-color: #DCC34D;
}
</style>