Shades of Confetti #DDC757
Tints of Confetti #DDC757
RGB
CMYK
RGB Variations
Color information
#DDC757 (or 0xDDC757) is known color: Confetti. HEX triplet: DD, C7 and 57. RGB value is (221,199,87). Sum of RGB (Red+Green+Blue) = 221+199+87=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC757 is #2238A8. Grayscale: #C1C1C1. Windows color (decimal): -2242729 or 5752797. OLE color: 5752797.
HSL color Cylindrical-coordinate representation of color #DDC757: hue angle of 50.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC757 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 87 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 50.15º | 0.66% | 0.6% | - |
| HSV(B) | 50.15º | 0.61% | 0.87% | - |
| XYZ | 51.96 | 56.91 | 17.26 | - |
| YUV | 192.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 87 | 0 | 0.10 | 0.61 | 0.13 | 50.15 | 0.66 | 0.6 |
| Hex | DD | C7 | 57 | 0 | A | 3D | D | 32 | 42 | 3C |
| Octal | 335 | 307 | 127 | 0 | 12 | 75 | 15 | 62 | 102 | 74 |
| Binary | 11011101 | 11000111 | 1010111 | 0 | 1010 | 111101 | 1101 | 110010 | 1000010 | 111100 |
Color Harmonies of #DDC757
Complementary color
Monochromatic Colors of #DDC757
Black with #DDC757
Text Example
Text Example
White with #DDC757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC757; }
p { color: rgb(221,199,87); }
H1.HeaderClassName
{
color: #DDC757;
}
.AnyTagClassName
{
color: #DDC757;
}
</style>
background-color css
<style>
a { background-color: #DDC757; }
a { background-color: rgb(221,199,87); }
div.DivClassName
{
background-color: #DDC757;
}
.BgClassName
{
background-color: #DDC757;
}
</style>
border-color css
<style>
span { border-color: #DDC757; }
span { border-color: rgb(221,199,87); }
td.TdClassName
{
border-color: #DDC757;
}
.TagClassName
{
border-color: #DDC757;
}
</style>