Shades of Confetti #DCC34E
Tints of Confetti #DCC34E
RGB
CMYK
RGB Variations
Color information
#DCC34E (or 0xDCC34E) is known color: Confetti. HEX triplet: DC, C3 and 4E. RGB value is (220,195,78). Sum of RGB (Red+Green+Blue) = 220+195+78=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC34E is #233CB1. Grayscale: #BDBDBD. Windows color (decimal): -2309298 or 5161948. OLE color: 5161948.
HSL color Cylindrical-coordinate representation of color #DCC34E: hue angle of 49.44º 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 #DCC34E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 78 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.14 |
| HSL | 49.44º | 0.67% | 0.58% | - |
| HSV(B) | 49.44º | 0.65% | 0.86% | - |
| XYZ | 50.41 | 54.8 | 15.13 | - |
| YUV | 189.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 78 | 0 | 0.11 | 0.65 | 0.14 | 49.44 | 0.67 | 0.58 |
| Hex | DC | C3 | 4E | 0 | B | 41 | E | 31 | 43 | 3A |
| Octal | 334 | 303 | 116 | 0 | 13 | 101 | 16 | 61 | 103 | 72 |
| Binary | 11011100 | 11000011 | 1001110 | 0 | 1011 | 1000001 | 1110 | 110001 | 1000011 | 111010 |
Color Harmonies of #DCC34E
Complementary color
Monochromatic Colors of #DCC34E
Black with #DCC34E
Text Example
Text Example
White with #DCC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC34E; }
p { color: rgb(220,195,78); }
H1.HeaderClassName
{
color: #DCC34E;
}
.AnyTagClassName
{
color: #DCC34E;
}
</style>
background-color css
<style>
a { background-color: #DCC34E; }
a { background-color: rgb(220,195,78); }
div.DivClassName
{
background-color: #DCC34E;
}
.BgClassName
{
background-color: #DCC34E;
}
</style>
border-color css
<style>
span { border-color: #DCC34E; }
span { border-color: rgb(220,195,78); }
td.TdClassName
{
border-color: #DCC34E;
}
.TagClassName
{
border-color: #DCC34E;
}
</style>