Shades of Confetti #DDCB53
Tints of Confetti #DDCB53
RGB
CMYK
RGB Variations
Color information
#DDCB53 (or 0xDDCB53) is known color: Confetti. HEX triplet: DD, CB and 53. RGB value is (221,203,83). Sum of RGB (Red+Green+Blue) = 221+203+83=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB53 is #2234AC. Grayscale: #C3C3C3. Windows color (decimal): -2241709 or 5491677. OLE color: 5491677.
HSL color Cylindrical-coordinate representation of color #DDCB53: hue angle of 52.17º 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 #DDCB53 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 83 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.17º | 0.67% | 0.6% | - |
| HSV(B) | 52.17º | 0.62% | 0.87% | - |
| XYZ | 52.74 | 58.71 | 16.74 | - |
| YUV | 194.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 83 | 0 | 0.08 | 0.62 | 0.13 | 52.17 | 0.67 | 0.6 |
| Hex | DD | CB | 53 | 0 | 8 | 3E | D | 34 | 43 | 3C |
| Octal | 335 | 313 | 123 | 0 | 10 | 76 | 15 | 64 | 103 | 74 |
| Binary | 11011101 | 11001011 | 1010011 | 0 | 1000 | 111110 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DDCB53
Complementary color
Monochromatic Colors of #DDCB53
Black with #DDCB53
Text Example
Text Example
White with #DDCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB53; }
p { color: rgb(221,203,83); }
H1.HeaderClassName
{
color: #DDCB53;
}
.AnyTagClassName
{
color: #DDCB53;
}
</style>
background-color css
<style>
a { background-color: #DDCB53; }
a { background-color: rgb(221,203,83); }
div.DivClassName
{
background-color: #DDCB53;
}
.BgClassName
{
background-color: #DDCB53;
}
</style>
border-color css
<style>
span { border-color: #DDCB53; }
span { border-color: rgb(221,203,83); }
td.TdClassName
{
border-color: #DDCB53;
}
.TagClassName
{
border-color: #DDCB53;
}
</style>