Shades of Confetti #DDC853
Tints of Confetti #DDC853
RGB
CMYK
RGB Variations
Color information
#DDC853 (or 0xDDC853) is known color: Confetti. HEX triplet: DD, C8 and 53. RGB value is (221,200,83). Sum of RGB (Red+Green+Blue) = 221+200+83=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC853 is #2237AC. Grayscale: #C1C1C1. Windows color (decimal): -2242477 or 5490909. OLE color: 5490909.
HSL color Cylindrical-coordinate representation of color #DDC853: hue angle of 50.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC853 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 83 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 50.87º | 0.67% | 0.6% | - |
| HSV(B) | 50.87º | 0.62% | 0.87% | - |
| XYZ | 52.03 | 57.31 | 16.5 | - |
| YUV | 192.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 83 | 0 | 0.10 | 0.62 | 0.13 | 50.87 | 0.67 | 0.6 |
| Hex | DD | C8 | 53 | 0 | A | 3E | D | 33 | 43 | 3C |
| Octal | 335 | 310 | 123 | 0 | 12 | 76 | 15 | 63 | 103 | 74 |
| Binary | 11011101 | 11001000 | 1010011 | 0 | 1010 | 111110 | 1101 | 110011 | 1000011 | 111100 |
Color Harmonies of #DDC853
Complementary color
Monochromatic Colors of #DDC853
Black with #DDC853
Text Example
Text Example
White with #DDC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC853; }
p { color: rgb(221,200,83); }
H1.HeaderClassName
{
color: #DDC853;
}
.AnyTagClassName
{
color: #DDC853;
}
</style>
background-color css
<style>
a { background-color: #DDC853; }
a { background-color: rgb(221,200,83); }
div.DivClassName
{
background-color: #DDC853;
}
.BgClassName
{
background-color: #DDC853;
}
</style>
border-color css
<style>
span { border-color: #DDC853; }
span { border-color: rgb(221,200,83); }
td.TdClassName
{
border-color: #DDC853;
}
.TagClassName
{
border-color: #DDC853;
}
</style>