Shades of Confetti #DCCB52
Tints of Confetti #DCCB52
RGB
CMYK
RGB Variations
Color information
#DCCB52 (or 0xDCCB52) is known color: Confetti. HEX triplet: DC, CB and 52. RGB value is (220,203,82). Sum of RGB (Red+Green+Blue) = 220+203+82=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB52 is #2334AD. Grayscale: #C2C2C2. Windows color (decimal): -2307246 or 5426140. OLE color: 5426140.
HSL color Cylindrical-coordinate representation of color #DCCB52: hue angle of 52.61º 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 #DCCB52 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 82 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.61º | 0.66% | 0.59% | - |
| HSV(B) | 52.61º | 0.63% | 0.86% | - |
| XYZ | 52.39 | 58.54 | 16.52 | - |
| YUV | 194.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 82 | 0 | 0.08 | 0.63 | 0.14 | 52.61 | 0.66 | 0.59 |
| Hex | DC | CB | 52 | 0 | 8 | 3F | E | 35 | 42 | 3B |
| Octal | 334 | 313 | 122 | 0 | 10 | 77 | 16 | 65 | 102 | 73 |
| Binary | 11011100 | 11001011 | 1010010 | 0 | 1000 | 111111 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DCCB52
Complementary color
Monochromatic Colors of #DCCB52
Black with #DCCB52
Text Example
Text Example
White with #DCCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB52; }
p { color: rgb(220,203,82); }
H1.HeaderClassName
{
color: #DCCB52;
}
.AnyTagClassName
{
color: #DCCB52;
}
</style>
background-color css
<style>
a { background-color: #DCCB52; }
a { background-color: rgb(220,203,82); }
div.DivClassName
{
background-color: #DCCB52;
}
.BgClassName
{
background-color: #DCCB52;
}
</style>
border-color css
<style>
span { border-color: #DCCB52; }
span { border-color: rgb(220,203,82); }
td.TdClassName
{
border-color: #DCCB52;
}
.TagClassName
{
border-color: #DCCB52;
}
</style>