Shades of Confetti #DCC957
Tints of Confetti #DCC957
RGB
CMYK
RGB Variations
Color information
#DCC957 (or 0xDCC957) is known color: Confetti. HEX triplet: DC, C9 and 57. RGB value is (220,201,87). Sum of RGB (Red+Green+Blue) = 220+201+87=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC957 is #2336A8. Grayscale: #C2C2C2. Windows color (decimal): -2307753 or 5753308. OLE color: 5753308.
HSL color Cylindrical-coordinate representation of color #DCC957: hue angle of 51.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC957 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 87 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.14 |
| HSL | 51.43º | 0.66% | 0.6% | - |
| HSV(B) | 51.43º | 0.6% | 0.86% | - |
| XYZ | 52.12 | 57.68 | 17.4 | - |
| YUV | 193.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 87 | 0 | 0.09 | 0.60 | 0.14 | 51.43 | 0.66 | 0.6 |
| Hex | DC | C9 | 57 | 0 | 9 | 3C | E | 33 | 42 | 3C |
| Octal | 334 | 311 | 127 | 0 | 11 | 74 | 16 | 63 | 102 | 74 |
| Binary | 11011100 | 11001001 | 1010111 | 0 | 1001 | 111100 | 1110 | 110011 | 1000010 | 111100 |
Color Harmonies of #DCC957
Complementary color
Monochromatic Colors of #DCC957
Black with #DCC957
Text Example
Text Example
White with #DCC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC957; }
p { color: rgb(220,201,87); }
H1.HeaderClassName
{
color: #DCC957;
}
.AnyTagClassName
{
color: #DCC957;
}
</style>
background-color css
<style>
a { background-color: #DCC957; }
a { background-color: rgb(220,201,87); }
div.DivClassName
{
background-color: #DCC957;
}
.BgClassName
{
background-color: #DCC957;
}
</style>
border-color css
<style>
span { border-color: #DCC957; }
span { border-color: rgb(220,201,87); }
td.TdClassName
{
border-color: #DCC957;
}
.TagClassName
{
border-color: #DCC957;
}
</style>