Shades of Confetti #DDBC4A
Tints of Confetti #DDBC4A
RGB
CMYK
RGB Variations
Color information
#DDBC4A (or 0xDDBC4A) is known color: Confetti. HEX triplet: DD, BC and 4A. RGB value is (221,188,74). Sum of RGB (Red+Green+Blue) = 221+188+74=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC4A is #2243B5. Grayscale: #B9B9B9. Windows color (decimal): -2245558 or 4898013. OLE color: 4898013.
HSL color Cylindrical-coordinate representation of color #DDBC4A: hue angle of 46.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDBC4A is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 74 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.13 |
| HSL | 46.53º | 0.68% | 0.58% | - |
| HSV(B) | 46.53º | 0.67% | 0.87% | - |
| XYZ | 49.04 | 51.83 | 13.9 | - |
| YUV | 184.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 74 | 0 | 0.15 | 0.67 | 0.13 | 46.53 | 0.68 | 0.58 |
| Hex | DD | BC | 4A | 0 | F | 43 | D | 2F | 44 | 3A |
| Octal | 335 | 274 | 112 | 0 | 17 | 103 | 15 | 57 | 104 | 72 |
| Binary | 11011101 | 10111100 | 1001010 | 0 | 1111 | 1000011 | 1101 | 101111 | 1000100 | 111010 |
Color Harmonies of #DDBC4A
Complementary color
Monochromatic Colors of #DDBC4A
Black with #DDBC4A
Text Example
Text Example
White with #DDBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC4A; }
p { color: rgb(221,188,74); }
H1.HeaderClassName
{
color: #DDBC4A;
}
.AnyTagClassName
{
color: #DDBC4A;
}
</style>
background-color css
<style>
a { background-color: #DDBC4A; }
a { background-color: rgb(221,188,74); }
div.DivClassName
{
background-color: #DDBC4A;
}
.BgClassName
{
background-color: #DDBC4A;
}
</style>
border-color css
<style>
span { border-color: #DDBC4A; }
span { border-color: rgb(221,188,74); }
td.TdClassName
{
border-color: #DDBC4A;
}
.TagClassName
{
border-color: #DDBC4A;
}
</style>