Shades of Confetti #DDD54A
Tints of Confetti #DDD54A
RGB
CMYK
RGB Variations
Color information
#DDD54A (or 0xDDD54A) is known color: Confetti. HEX triplet: DD, D5 and 4A. RGB value is (221,213,74). Sum of RGB (Red+Green+Blue) = 221+213+74=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD54A is #222AB5. Grayscale: #C8C8C8. Windows color (decimal): -2239158 or 4904413. OLE color: 4904413.
HSL color Cylindrical-coordinate representation of color #DDD54A: hue angle of 56.73º 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 #DDD54A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 74 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.73º | 0.68% | 0.58% | - |
| HSV(B) | 56.73º | 0.67% | 0.87% | - |
| XYZ | 54.85 | 63.46 | 15.84 | - |
| YUV | 199.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 74 | 0 | 0.04 | 0.67 | 0.13 | 56.73 | 0.68 | 0.58 |
| Hex | DD | D5 | 4A | 0 | 4 | 43 | D | 39 | 44 | 3A |
| Octal | 335 | 325 | 112 | 0 | 4 | 103 | 15 | 71 | 104 | 72 |
| Binary | 11011101 | 11010101 | 1001010 | 0 | 100 | 1000011 | 1101 | 111001 | 1000100 | 111010 |
Color Harmonies of #DDD54A
Complementary color
Monochromatic Colors of #DDD54A
Black with #DDD54A
Text Example
Text Example
White with #DDD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD54A; }
p { color: rgb(221,213,74); }
H1.HeaderClassName
{
color: #DDD54A;
}
.AnyTagClassName
{
color: #DDD54A;
}
</style>
background-color css
<style>
a { background-color: #DDD54A; }
a { background-color: rgb(221,213,74); }
div.DivClassName
{
background-color: #DDD54A;
}
.BgClassName
{
background-color: #DDD54A;
}
</style>
border-color css
<style>
span { border-color: #DDD54A; }
span { border-color: rgb(221,213,74); }
td.TdClassName
{
border-color: #DDD54A;
}
.TagClassName
{
border-color: #DDD54A;
}
</style>