Shades of Confetti #DCCC57
Tints of Confetti #DCCC57
RGB
CMYK
RGB Variations
Color information
#DCCC57 (or 0xDCCC57) is known color: Confetti. HEX triplet: DC, CC and 57. RGB value is (220,204,87). Sum of RGB (Red+Green+Blue) = 220+204+87=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC57 is #2333A8. Grayscale: #C3C3C3. Windows color (decimal): -2306985 or 5754076. OLE color: 5754076.
HSL color Cylindrical-coordinate representation of color #DCCC57: hue angle of 52.78º 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 #DCCC57 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 87 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.14 |
| HSL | 52.78º | 0.66% | 0.6% | - |
| HSV(B) | 52.78º | 0.6% | 0.86% | - |
| XYZ | 52.83 | 59.09 | 17.64 | - |
| YUV | 195.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 87 | 0 | 0.07 | 0.60 | 0.14 | 52.78 | 0.66 | 0.6 |
| Hex | DC | CC | 57 | 0 | 7 | 3C | E | 35 | 42 | 3C |
| Octal | 334 | 314 | 127 | 0 | 7 | 74 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001100 | 1010111 | 0 | 111 | 111100 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCC57
Complementary color
Monochromatic Colors of #DCCC57
Black with #DCCC57
Text Example
Text Example
White with #DCCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC57; }
p { color: rgb(220,204,87); }
H1.HeaderClassName
{
color: #DCCC57;
}
.AnyTagClassName
{
color: #DCCC57;
}
</style>
background-color css
<style>
a { background-color: #DCCC57; }
a { background-color: rgb(220,204,87); }
div.DivClassName
{
background-color: #DCCC57;
}
.BgClassName
{
background-color: #DCCC57;
}
</style>
border-color css
<style>
span { border-color: #DCCC57; }
span { border-color: rgb(220,204,87); }
td.TdClassName
{
border-color: #DCCC57;
}
.TagClassName
{
border-color: #DCCC57;
}
</style>