Shades of Confetti #DDC953
Tints of Confetti #DDC953
RGB
CMYK
RGB Variations
Color information
#DDC953 (or 0xDDC953) is known color: Confetti. HEX triplet: DD, C9 and 53. RGB value is (221,201,83). Sum of RGB (Red+Green+Blue) = 221+201+83=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC953 is #2236AC. Grayscale: #C2C2C2. Windows color (decimal): -2242221 or 5491165. OLE color: 5491165.
HSL color Cylindrical-coordinate representation of color #DDC953: hue angle of 51.3º 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 #DDC953 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 83 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.3º | 0.67% | 0.6% | - |
| HSV(B) | 51.3º | 0.62% | 0.87% | - |
| XYZ | 52.27 | 57.77 | 16.58 | - |
| YUV | 193.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 83 | 0 | 0.09 | 0.62 | 0.13 | 51.3 | 0.67 | 0.6 |
| Hex | DD | C9 | 53 | 0 | 9 | 3E | D | 33 | 43 | 3C |
| Octal | 335 | 311 | 123 | 0 | 11 | 76 | 15 | 63 | 103 | 74 |
| Binary | 11011101 | 11001001 | 1010011 | 0 | 1001 | 111110 | 1101 | 110011 | 1000011 | 111100 |
Color Harmonies of #DDC953
Complementary color
Monochromatic Colors of #DDC953
Black with #DDC953
Text Example
Text Example
White with #DDC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC953; }
p { color: rgb(221,201,83); }
H1.HeaderClassName
{
color: #DDC953;
}
.AnyTagClassName
{
color: #DDC953;
}
</style>
background-color css
<style>
a { background-color: #DDC953; }
a { background-color: rgb(221,201,83); }
div.DivClassName
{
background-color: #DDC953;
}
.BgClassName
{
background-color: #DDC953;
}
</style>
border-color css
<style>
span { border-color: #DDC953; }
span { border-color: rgb(221,201,83); }
td.TdClassName
{
border-color: #DDC953;
}
.TagClassName
{
border-color: #DDC953;
}
</style>