Shades of Confetti #DCCA57
Tints of Confetti #DCCA57
RGB
CMYK
RGB Variations
Color information
#DCCA57 (or 0xDCCA57) is known color: Confetti. HEX triplet: DC, CA and 57. RGB value is (220,202,87). Sum of RGB (Red+Green+Blue) = 220+202+87=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA57 is #2335A8. Grayscale: #C2C2C2. Windows color (decimal): -2307497 or 5753564. OLE color: 5753564.
HSL color Cylindrical-coordinate representation of color #DCCA57: hue angle of 51.88º 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 #DCCA57 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 87 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.14 |
| HSL | 51.88º | 0.66% | 0.6% | - |
| HSV(B) | 51.88º | 0.6% | 0.86% | - |
| XYZ | 52.36 | 58.14 | 17.48 | - |
| YUV | 194.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 87 | 0 | 0.08 | 0.60 | 0.14 | 51.88 | 0.66 | 0.6 |
| Hex | DC | CA | 57 | 0 | 8 | 3C | E | 34 | 42 | 3C |
| Octal | 334 | 312 | 127 | 0 | 10 | 74 | 16 | 64 | 102 | 74 |
| Binary | 11011100 | 11001010 | 1010111 | 0 | 1000 | 111100 | 1110 | 110100 | 1000010 | 111100 |
Color Harmonies of #DCCA57
Complementary color
Monochromatic Colors of #DCCA57
Black with #DCCA57
Text Example
Text Example
White with #DCCA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA57; }
p { color: rgb(220,202,87); }
H1.HeaderClassName
{
color: #DCCA57;
}
.AnyTagClassName
{
color: #DCCA57;
}
</style>
background-color css
<style>
a { background-color: #DCCA57; }
a { background-color: rgb(220,202,87); }
div.DivClassName
{
background-color: #DCCA57;
}
.BgClassName
{
background-color: #DCCA57;
}
</style>
border-color css
<style>
span { border-color: #DCCA57; }
span { border-color: rgb(220,202,87); }
td.TdClassName
{
border-color: #DCCA57;
}
.TagClassName
{
border-color: #DCCA57;
}
</style>