Shades of Confetti #DCCD53
Tints of Confetti #DCCD53
RGB
CMYK
RGB Variations
Color information
#DCCD53 (or 0xDCCD53) is known color: Confetti. HEX triplet: DC, CD and 53. RGB value is (220,205,83). Sum of RGB (Red+Green+Blue) = 220+205+83=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD53 is #2332AC. Grayscale: #C4C4C4. Windows color (decimal): -2306733 or 5492188. OLE color: 5492188.
HSL color Cylindrical-coordinate representation of color #DCCD53: hue angle of 53.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCCD53 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 83 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.14 |
| HSL | 53.43º | 0.66% | 0.59% | - |
| HSV(B) | 53.43º | 0.62% | 0.86% | - |
| XYZ | 52.91 | 59.5 | 16.88 | - |
| YUV | 195.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 83 | 0 | 0.07 | 0.62 | 0.14 | 53.43 | 0.66 | 0.59 |
| Hex | DC | CD | 53 | 0 | 7 | 3E | E | 35 | 42 | 3B |
| Octal | 334 | 315 | 123 | 0 | 7 | 76 | 16 | 65 | 102 | 73 |
| Binary | 11011100 | 11001101 | 1010011 | 0 | 111 | 111110 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DCCD53
Complementary color
Monochromatic Colors of #DCCD53
Black with #DCCD53
Text Example
Text Example
White with #DCCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD53; }
p { color: rgb(220,205,83); }
H1.HeaderClassName
{
color: #DCCD53;
}
.AnyTagClassName
{
color: #DCCD53;
}
</style>
background-color css
<style>
a { background-color: #DCCD53; }
a { background-color: rgb(220,205,83); }
div.DivClassName
{
background-color: #DCCD53;
}
.BgClassName
{
background-color: #DCCD53;
}
</style>
border-color css
<style>
span { border-color: #DCCD53; }
span { border-color: rgb(220,205,83); }
td.TdClassName
{
border-color: #DCCD53;
}
.TagClassName
{
border-color: #DCCD53;
}
</style>