Shades of Confetti #DDC752
Tints of Confetti #DDC752
RGB
CMYK
RGB Variations
Color information
#DDC752 (or 0xDDC752) is known color: Confetti. HEX triplet: DD, C7 and 52. RGB value is (221,199,82). Sum of RGB (Red+Green+Blue) = 221+199+82=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC752 is #2238AD. Grayscale: #C0C0C0. Windows color (decimal): -2242734 or 5425117. OLE color: 5425117.
HSL color Cylindrical-coordinate representation of color #DDC752: hue angle of 50.5º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDC752 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.5º | 0.67% | 0.59% | - |
| HSV(B) | 50.5º | 0.63% | 0.87% | - |
| XYZ | 51.77 | 56.83 | 16.22 | - |
| YUV | 192.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 82 | 0 | 0.10 | 0.63 | 0.13 | 50.5 | 0.67 | 0.59 |
| Hex | DD | C7 | 52 | 0 | A | 3F | D | 33 | 43 | 3B |
| Octal | 335 | 307 | 122 | 0 | 12 | 77 | 15 | 63 | 103 | 73 |
| Binary | 11011101 | 11000111 | 1010010 | 0 | 1010 | 111111 | 1101 | 110011 | 1000011 | 111011 |
Color Harmonies of #DDC752
Complementary color
Monochromatic Colors of #DDC752
Black with #DDC752
Text Example
Text Example
White with #DDC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC752; }
p { color: rgb(221,199,82); }
H1.HeaderClassName
{
color: #DDC752;
}
.AnyTagClassName
{
color: #DDC752;
}
</style>
background-color css
<style>
a { background-color: #DDC752; }
a { background-color: rgb(221,199,82); }
div.DivClassName
{
background-color: #DDC752;
}
.BgClassName
{
background-color: #DDC752;
}
</style>
border-color css
<style>
span { border-color: #DDC752; }
span { border-color: rgb(221,199,82); }
td.TdClassName
{
border-color: #DDC752;
}
.TagClassName
{
border-color: #DDC752;
}
</style>