Shades of Confetti #DCC753
Tints of Confetti #DCC753
RGB
CMYK
RGB Variations
Color information
#DCC753 (or 0xDCC753) is known color: Confetti. HEX triplet: DC, C7 and 53. RGB value is (220,199,83). Sum of RGB (Red+Green+Blue) = 220+199+83=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC753 is #2338AC. Grayscale: #C0C0C0. Windows color (decimal): -2308269 or 5490652. OLE color: 5490652.
HSL color Cylindrical-coordinate representation of color #DCC753: hue angle of 50.8º 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 #DCC753 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 83 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.14 |
| HSL | 50.8º | 0.66% | 0.59% | - |
| HSV(B) | 50.8º | 0.62% | 0.86% | - |
| XYZ | 51.5 | 56.69 | 16.41 | - |
| YUV | 192.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 83 | 0 | 0.10 | 0.62 | 0.14 | 50.8 | 0.66 | 0.59 |
| Hex | DC | C7 | 53 | 0 | A | 3E | E | 33 | 42 | 3B |
| Octal | 334 | 307 | 123 | 0 | 12 | 76 | 16 | 63 | 102 | 73 |
| Binary | 11011100 | 11000111 | 1010011 | 0 | 1010 | 111110 | 1110 | 110011 | 1000010 | 111011 |
Color Harmonies of #DCC753
Complementary color
Monochromatic Colors of #DCC753
Black with #DCC753
Text Example
Text Example
White with #DCC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC753; }
p { color: rgb(220,199,83); }
H1.HeaderClassName
{
color: #DCC753;
}
.AnyTagClassName
{
color: #DCC753;
}
</style>
background-color css
<style>
a { background-color: #DCC753; }
a { background-color: rgb(220,199,83); }
div.DivClassName
{
background-color: #DCC753;
}
.BgClassName
{
background-color: #DCC753;
}
</style>
border-color css
<style>
span { border-color: #DCC753; }
span { border-color: rgb(220,199,83); }
td.TdClassName
{
border-color: #DCC753;
}
.TagClassName
{
border-color: #DCC753;
}
</style>