Shades of Confetti #DCC94F
Tints of Confetti #DCC94F
RGB
CMYK
RGB Variations
Color information
#DCC94F (or 0xDCC94F) is known color: Confetti. HEX triplet: DC, C9 and 4F. RGB value is (220,201,79). Sum of RGB (Red+Green+Blue) = 220+201+79=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC94F is #2336B0. Grayscale: #C1C1C1. Windows color (decimal): -2307761 or 5229020. OLE color: 5229020.
HSL color Cylindrical-coordinate representation of color #DCC94F: hue angle of 51.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCC94F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 79 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.14 |
| HSL | 51.91º | 0.67% | 0.59% | - |
| HSV(B) | 51.91º | 0.64% | 0.86% | - |
| XYZ | 51.81 | 57.55 | 15.78 | - |
| YUV | 192.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 79 | 0 | 0.09 | 0.64 | 0.14 | 51.91 | 0.67 | 0.59 |
| Hex | DC | C9 | 4F | 0 | 9 | 40 | E | 34 | 43 | 3B |
| Octal | 334 | 311 | 117 | 0 | 11 | 100 | 16 | 64 | 103 | 73 |
| Binary | 11011100 | 11001001 | 1001111 | 0 | 1001 | 1000000 | 1110 | 110100 | 1000011 | 111011 |
Color Harmonies of #DCC94F
Complementary color
Monochromatic Colors of #DCC94F
Black with #DCC94F
Text Example
Text Example
White with #DCC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC94F; }
p { color: rgb(220,201,79); }
H1.HeaderClassName
{
color: #DCC94F;
}
.AnyTagClassName
{
color: #DCC94F;
}
</style>
background-color css
<style>
a { background-color: #DCC94F; }
a { background-color: rgb(220,201,79); }
div.DivClassName
{
background-color: #DCC94F;
}
.BgClassName
{
background-color: #DCC94F;
}
</style>
border-color css
<style>
span { border-color: #DCC94F; }
span { border-color: rgb(220,201,79); }
td.TdClassName
{
border-color: #DCC94F;
}
.TagClassName
{
border-color: #DCC94F;
}
</style>