Shades of Confetti #DDC84B
Tints of Confetti #DDC84B
RGB
CMYK
RGB Variations
Color information
#DDC84B (or 0xDDC84B) is known color: Confetti. HEX triplet: DD, C8 and 4B. RGB value is (221,200,75). Sum of RGB (Red+Green+Blue) = 221+200+75=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC84B is #2237B4. Grayscale: #C0C0C0. Windows color (decimal): -2242485 or 4966621. OLE color: 4966621.
HSL color Cylindrical-coordinate representation of color #DDC84B: hue angle of 51.37º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDC84B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 51.37º | 0.68% | 0.58% | - |
| HSV(B) | 51.37º | 0.66% | 0.87% | - |
| XYZ | 51.74 | 57.19 | 14.97 | - |
| YUV | 192.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 75 | 0 | 0.10 | 0.66 | 0.13 | 51.37 | 0.68 | 0.58 |
| Hex | DD | C8 | 4B | 0 | A | 42 | D | 33 | 44 | 3A |
| Octal | 335 | 310 | 113 | 0 | 12 | 102 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11001000 | 1001011 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC84B
Complementary color
Monochromatic Colors of #DDC84B
Black with #DDC84B
Text Example
Text Example
White with #DDC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC84B; }
p { color: rgb(221,200,75); }
H1.HeaderClassName
{
color: #DDC84B;
}
.AnyTagClassName
{
color: #DDC84B;
}
</style>
background-color css
<style>
a { background-color: #DDC84B; }
a { background-color: rgb(221,200,75); }
div.DivClassName
{
background-color: #DDC84B;
}
.BgClassName
{
background-color: #DDC84B;
}
</style>
border-color css
<style>
span { border-color: #DDC84B; }
span { border-color: rgb(221,200,75); }
td.TdClassName
{
border-color: #DDC84B;
}
.TagClassName
{
border-color: #DDC84B;
}
</style>