Shades of Confetti #DCC752
Tints of Confetti #DCC752
RGB
CMYK
RGB Variations
Color information
#DCC752 (or 0xDCC752) is known color: Confetti. HEX triplet: DC, C7 and 52. RGB value is (220,199,82). Sum of RGB (Red+Green+Blue) = 220+199+82=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC752 is #2338AD. Grayscale: #C0C0C0. Windows color (decimal): -2308270 or 5425116. OLE color: 5425116.
HSL color Cylindrical-coordinate representation of color #DCC752: hue angle of 50.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCC752 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.14 |
| HSL | 50.87º | 0.66% | 0.59% | - |
| HSV(B) | 50.87º | 0.63% | 0.86% | - |
| XYZ | 51.46 | 56.67 | 16.21 | - |
| YUV | 191.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 82 | 0 | 0.10 | 0.63 | 0.14 | 50.87 | 0.66 | 0.59 |
| Hex | DC | C7 | 52 | 0 | A | 3F | E | 33 | 42 | 3B |
| Octal | 334 | 307 | 122 | 0 | 12 | 77 | 16 | 63 | 102 | 73 |
| Binary | 11011100 | 11000111 | 1010010 | 0 | 1010 | 111111 | 1110 | 110011 | 1000010 | 111011 |
Color Harmonies of #DCC752
Complementary color
Monochromatic Colors of #DCC752
Black with #DCC752
Text Example
Text Example
White with #DCC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC752; }
p { color: rgb(220,199,82); }
H1.HeaderClassName
{
color: #DCC752;
}
.AnyTagClassName
{
color: #DCC752;
}
</style>
background-color css
<style>
a { background-color: #DCC752; }
a { background-color: rgb(220,199,82); }
div.DivClassName
{
background-color: #DCC752;
}
.BgClassName
{
background-color: #DCC752;
}
</style>
border-color css
<style>
span { border-color: #DCC752; }
span { border-color: rgb(220,199,82); }
td.TdClassName
{
border-color: #DCC752;
}
.TagClassName
{
border-color: #DCC752;
}
</style>