Shades of Confetti #DCC852
Tints of Confetti #DCC852
RGB
CMYK
RGB Variations
Color information
#DCC852 (or 0xDCC852) is known color: Confetti. HEX triplet: DC, C8 and 52. RGB value is (220,200,82). Sum of RGB (Red+Green+Blue) = 220+200+82=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC852 is #2337AD. Grayscale: #C1C1C1. Windows color (decimal): -2308014 or 5425372. OLE color: 5425372.
HSL color Cylindrical-coordinate representation of color #DCC852: hue angle of 51.3º 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 #DCC852 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 82 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.14 |
| HSL | 51.3º | 0.66% | 0.59% | - |
| HSV(B) | 51.3º | 0.63% | 0.86% | - |
| XYZ | 51.69 | 57.13 | 16.29 | - |
| YUV | 192.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 82 | 0 | 0.09 | 0.63 | 0.14 | 51.3 | 0.66 | 0.59 |
| Hex | DC | C8 | 52 | 0 | 9 | 3F | E | 33 | 42 | 3B |
| Octal | 334 | 310 | 122 | 0 | 11 | 77 | 16 | 63 | 102 | 73 |
| Binary | 11011100 | 11001000 | 1010010 | 0 | 1001 | 111111 | 1110 | 110011 | 1000010 | 111011 |
Color Harmonies of #DCC852
Complementary color
Monochromatic Colors of #DCC852
Black with #DCC852
Text Example
Text Example
White with #DCC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC852; }
p { color: rgb(220,200,82); }
H1.HeaderClassName
{
color: #DCC852;
}
.AnyTagClassName
{
color: #DCC852;
}
</style>
background-color css
<style>
a { background-color: #DCC852; }
a { background-color: rgb(220,200,82); }
div.DivClassName
{
background-color: #DCC852;
}
.BgClassName
{
background-color: #DCC852;
}
</style>
border-color css
<style>
span { border-color: #DCC852; }
span { border-color: rgb(220,200,82); }
td.TdClassName
{
border-color: #DCC852;
}
.TagClassName
{
border-color: #DCC852;
}
</style>