Shades of Confetti #DCCA52
Tints of Confetti #DCCA52
RGB
CMYK
RGB Variations
Color information
#DCCA52 (or 0xDCCA52) is known color: Confetti. HEX triplet: DC, CA and 52. RGB value is (220,202,82). Sum of RGB (Red+Green+Blue) = 220+202+82=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA52 is #2335AD. Grayscale: #C2C2C2. Windows color (decimal): -2307502 or 5425884. OLE color: 5425884.
HSL color Cylindrical-coordinate representation of color #DCCA52: hue angle of 52.17º 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 #DCCA52 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 82 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.17º | 0.66% | 0.59% | - |
| HSV(B) | 52.17º | 0.63% | 0.86% | - |
| XYZ | 52.16 | 58.07 | 16.44 | - |
| YUV | 193.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 82 | 0 | 0.08 | 0.63 | 0.14 | 52.17 | 0.66 | 0.59 |
| Hex | DC | CA | 52 | 0 | 8 | 3F | E | 34 | 42 | 3B |
| Octal | 334 | 312 | 122 | 0 | 10 | 77 | 16 | 64 | 102 | 73 |
| Binary | 11011100 | 11001010 | 1010010 | 0 | 1000 | 111111 | 1110 | 110100 | 1000010 | 111011 |
Color Harmonies of #DCCA52
Complementary color
Monochromatic Colors of #DCCA52
Black with #DCCA52
Text Example
Text Example
White with #DCCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA52; }
p { color: rgb(220,202,82); }
H1.HeaderClassName
{
color: #DCCA52;
}
.AnyTagClassName
{
color: #DCCA52;
}
</style>
background-color css
<style>
a { background-color: #DCCA52; }
a { background-color: rgb(220,202,82); }
div.DivClassName
{
background-color: #DCCA52;
}
.BgClassName
{
background-color: #DCCA52;
}
</style>
border-color css
<style>
span { border-color: #DCCA52; }
span { border-color: rgb(220,202,82); }
td.TdClassName
{
border-color: #DCCA52;
}
.TagClassName
{
border-color: #DCCA52;
}
</style>