Shades of Confetti #DDC951
Tints of Confetti #DDC951
RGB
CMYK
RGB Variations
Color information
#DDC951 (or 0xDDC951) is known color: Confetti. HEX triplet: DD, C9 and 51. RGB value is (221,201,81). Sum of RGB (Red+Green+Blue) = 221+201+81=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC951 is #2236AE. Grayscale: #C1C1C1. Windows color (decimal): -2242223 or 5360093. OLE color: 5360093.
HSL color Cylindrical-coordinate representation of color #DDC951: hue angle of 51.43º 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 #DDC951 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 81 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.13 |
| HSL | 51.43º | 0.67% | 0.59% | - |
| HSV(B) | 51.43º | 0.63% | 0.87% | - |
| XYZ | 52.19 | 57.74 | 16.18 | - |
| YUV | 193.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 81 | 0 | 0.09 | 0.63 | 0.13 | 51.43 | 0.67 | 0.59 |
| Hex | DD | C9 | 51 | 0 | 9 | 3F | D | 33 | 43 | 3B |
| Octal | 335 | 311 | 121 | 0 | 11 | 77 | 15 | 63 | 103 | 73 |
| Binary | 11011101 | 11001001 | 1010001 | 0 | 1001 | 111111 | 1101 | 110011 | 1000011 | 111011 |
Color Harmonies of #DDC951
Complementary color
Monochromatic Colors of #DDC951
Black with #DDC951
Text Example
Text Example
White with #DDC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC951; }
p { color: rgb(221,201,81); }
H1.HeaderClassName
{
color: #DDC951;
}
.AnyTagClassName
{
color: #DDC951;
}
</style>
background-color css
<style>
a { background-color: #DDC951; }
a { background-color: rgb(221,201,81); }
div.DivClassName
{
background-color: #DDC951;
}
.BgClassName
{
background-color: #DDC951;
}
</style>
border-color css
<style>
span { border-color: #DDC951; }
span { border-color: rgb(221,201,81); }
td.TdClassName
{
border-color: #DDC951;
}
.TagClassName
{
border-color: #DDC951;
}
</style>