Shades of Confetti #DDC753
Tints of Confetti #DDC753
RGB
CMYK
RGB Variations
Color information
#DDC753 (or 0xDDC753) is known color: Confetti. HEX triplet: DD, C7 and 53. RGB value is (221,199,83). Sum of RGB (Red+Green+Blue) = 221+199+83=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC753 is #2238AC. Grayscale: #C0C0C0. Windows color (decimal): -2242733 or 5490653. OLE color: 5490653.
HSL color Cylindrical-coordinate representation of color #DDC753: hue angle of 50.43º 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 #DDC753 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 83 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 50.43º | 0.67% | 0.6% | - |
| HSV(B) | 50.43º | 0.62% | 0.87% | - |
| XYZ | 51.8 | 56.84 | 16.43 | - |
| YUV | 192.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 83 | 0 | 0.10 | 0.62 | 0.13 | 50.43 | 0.67 | 0.6 |
| Hex | DD | C7 | 53 | 0 | A | 3E | D | 32 | 43 | 3C |
| Octal | 335 | 307 | 123 | 0 | 12 | 76 | 15 | 62 | 103 | 74 |
| Binary | 11011101 | 11000111 | 1010011 | 0 | 1010 | 111110 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DDC753
Complementary color
Monochromatic Colors of #DDC753
Black with #DDC753
Text Example
Text Example
White with #DDC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC753; }
p { color: rgb(221,199,83); }
H1.HeaderClassName
{
color: #DDC753;
}
.AnyTagClassName
{
color: #DDC753;
}
</style>
background-color css
<style>
a { background-color: #DDC753; }
a { background-color: rgb(221,199,83); }
div.DivClassName
{
background-color: #DDC753;
}
.BgClassName
{
background-color: #DDC753;
}
</style>
border-color css
<style>
span { border-color: #DDC753; }
span { border-color: rgb(221,199,83); }
td.TdClassName
{
border-color: #DDC753;
}
.TagClassName
{
border-color: #DDC753;
}
</style>