Shades of Confetti #DDCB4D
Tints of Confetti #DDCB4D
RGB
CMYK
RGB Variations
Color information
#DDCB4D (or 0xDDCB4D) is known color: Confetti. HEX triplet: DD, CB and 4D. RGB value is (221,203,77). Sum of RGB (Red+Green+Blue) = 221+203+77=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB4D is #2234B2. Grayscale: #C2C2C2. Windows color (decimal): -2241715 or 5098461. OLE color: 5098461.
HSL color Cylindrical-coordinate representation of color #DDCB4D: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDCB4D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 77 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 52.5º | 0.68% | 0.58% | - |
| HSV(B) | 52.5º | 0.65% | 0.87% | - |
| XYZ | 52.51 | 58.62 | 15.57 | - |
| YUV | 194.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 77 | 0 | 0.08 | 0.65 | 0.13 | 52.5 | 0.68 | 0.58 |
| Hex | DD | CB | 4D | 0 | 8 | 41 | D | 34 | 44 | 3A |
| Octal | 335 | 313 | 115 | 0 | 10 | 101 | 15 | 64 | 104 | 72 |
| Binary | 11011101 | 11001011 | 1001101 | 0 | 1000 | 1000001 | 1101 | 110100 | 1000100 | 111010 |
Color Harmonies of #DDCB4D
Complementary color
Monochromatic Colors of #DDCB4D
Black with #DDCB4D
Text Example
Text Example
White with #DDCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB4D; }
p { color: rgb(221,203,77); }
H1.HeaderClassName
{
color: #DDCB4D;
}
.AnyTagClassName
{
color: #DDCB4D;
}
</style>
background-color css
<style>
a { background-color: #DDCB4D; }
a { background-color: rgb(221,203,77); }
div.DivClassName
{
background-color: #DDCB4D;
}
.BgClassName
{
background-color: #DDCB4D;
}
</style>
border-color css
<style>
span { border-color: #DDCB4D; }
span { border-color: rgb(221,203,77); }
td.TdClassName
{
border-color: #DDCB4D;
}
.TagClassName
{
border-color: #DDCB4D;
}
</style>