Shades of Confetti #DDBC43
Tints of Confetti #DDBC43
RGB
CMYK
RGB Variations
Color information
#DDBC43 (or 0xDDBC43) is known color: Confetti. HEX triplet: DD, BC and 43. RGB value is (221,188,67). Sum of RGB (Red+Green+Blue) = 221+188+67=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC43 is #2243BC. Grayscale: #B8B8B8. Windows color (decimal): -2245565 or 4439261. OLE color: 4439261.
HSL color Cylindrical-coordinate representation of color #DDBC43: hue angle of 47.14º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDBC43 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 67 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.13 |
| HSL | 47.14º | 0.69% | 0.56% | - |
| HSV(B) | 47.14º | 0.7% | 0.87% | - |
| XYZ | 48.82 | 51.74 | 12.72 | - |
| YUV | 184.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 67 | 0 | 0.15 | 0.70 | 0.13 | 47.14 | 0.69 | 0.56 |
| Hex | DD | BC | 43 | 0 | F | 46 | D | 2F | 45 | 38 |
| Octal | 335 | 274 | 103 | 0 | 17 | 106 | 15 | 57 | 105 | 70 |
| Binary | 11011101 | 10111100 | 1000011 | 0 | 1111 | 1000110 | 1101 | 101111 | 1000101 | 111000 |
Color Harmonies of #DDBC43
Complementary color
Monochromatic Colors of #DDBC43
Black with #DDBC43
Text Example
Text Example
White with #DDBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC43; }
p { color: rgb(221,188,67); }
H1.HeaderClassName
{
color: #DDBC43;
}
.AnyTagClassName
{
color: #DDBC43;
}
</style>
background-color css
<style>
a { background-color: #DDBC43; }
a { background-color: rgb(221,188,67); }
div.DivClassName
{
background-color: #DDBC43;
}
.BgClassName
{
background-color: #DDBC43;
}
</style>
border-color css
<style>
span { border-color: #DDBC43; }
span { border-color: rgb(221,188,67); }
td.TdClassName
{
border-color: #DDBC43;
}
.TagClassName
{
border-color: #DDBC43;
}
</style>