Shades of Confetti #DDC957
Tints of Confetti #DDC957
RGB
CMYK
RGB Variations
Color information
#DDC957 (or 0xDDC957) is known color: Confetti. HEX triplet: DD, C9 and 57. RGB value is (221,201,87). Sum of RGB (Red+Green+Blue) = 221+201+87=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC957 is #2236A8. Grayscale: #C2C2C2. Windows color (decimal): -2242217 or 5753309. OLE color: 5753309.
HSL color Cylindrical-coordinate representation of color #DDC957: hue angle of 51.04º 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 #DDC957 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 87 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.13 |
| HSL | 51.04º | 0.66% | 0.6% | - |
| HSV(B) | 51.04º | 0.61% | 0.87% | - |
| XYZ | 52.43 | 57.83 | 17.42 | - |
| YUV | 193.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 87 | 0 | 0.09 | 0.61 | 0.13 | 51.04 | 0.66 | 0.6 |
| Hex | DD | C9 | 57 | 0 | 9 | 3D | D | 33 | 42 | 3C |
| Octal | 335 | 311 | 127 | 0 | 11 | 75 | 15 | 63 | 102 | 74 |
| Binary | 11011101 | 11001001 | 1010111 | 0 | 1001 | 111101 | 1101 | 110011 | 1000010 | 111100 |
Color Harmonies of #DDC957
Complementary color
Monochromatic Colors of #DDC957
Black with #DDC957
Text Example
Text Example
White with #DDC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC957; }
p { color: rgb(221,201,87); }
H1.HeaderClassName
{
color: #DDC957;
}
.AnyTagClassName
{
color: #DDC957;
}
</style>
background-color css
<style>
a { background-color: #DDC957; }
a { background-color: rgb(221,201,87); }
div.DivClassName
{
background-color: #DDC957;
}
.BgClassName
{
background-color: #DDC957;
}
</style>
border-color css
<style>
span { border-color: #DDC957; }
span { border-color: rgb(221,201,87); }
td.TdClassName
{
border-color: #DDC957;
}
.TagClassName
{
border-color: #DDC957;
}
</style>