Shades of Confetti #DCC657
Tints of Confetti #DCC657
RGB
CMYK
RGB Variations
Color information
#DCC657 (or 0xDCC657) is known color: Confetti. HEX triplet: DC, C6 and 57. RGB value is (220,198,87). Sum of RGB (Red+Green+Blue) = 220+198+87=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC657 is #2339A8. Grayscale: #C0C0C0. Windows color (decimal): -2308521 or 5752540. OLE color: 5752540.
HSL color Cylindrical-coordinate representation of color #DCC657: hue angle of 50.08º 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 #DCC657 is Cyan = 0, Magento = 0.1, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 87 | - |
| CMYK | 0 | 0.1 | 0.60 | 0.14 |
| HSL | 50.08º | 0.66% | 0.6% | - |
| HSV(B) | 50.08º | 0.6% | 0.86% | - |
| XYZ | 51.43 | 56.29 | 17.17 | - |
| YUV | 191.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 87 | 0 | 0.1 | 0.60 | 0.14 | 50.08 | 0.66 | 0.6 |
| Hex | DC | C6 | 57 | 0 | A | 3C | E | 32 | 42 | 3C |
| Octal | 334 | 306 | 127 | 0 | 12 | 74 | 16 | 62 | 102 | 74 |
| Binary | 11011100 | 11000110 | 1010111 | 0 | 1010 | 111100 | 1110 | 110010 | 1000010 | 111100 |
Color Harmonies of #DCC657
Complementary color
Monochromatic Colors of #DCC657
Black with #DCC657
Text Example
Text Example
White with #DCC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC657; }
p { color: rgb(220,198,87); }
H1.HeaderClassName
{
color: #DCC657;
}
.AnyTagClassName
{
color: #DCC657;
}
</style>
background-color css
<style>
a { background-color: #DCC657; }
a { background-color: rgb(220,198,87); }
div.DivClassName
{
background-color: #DCC657;
}
.BgClassName
{
background-color: #DCC657;
}
</style>
border-color css
<style>
span { border-color: #DCC657; }
span { border-color: rgb(220,198,87); }
td.TdClassName
{
border-color: #DCC657;
}
.TagClassName
{
border-color: #DCC657;
}
</style>