#DDD142

Color #DDD142 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DDD142

Tints of Confetti #DDD142

Color information

#DDD142 (or 0xDDD142) is unknown color: approx Confetti. HEX triplet: DD, D1 and 42. RGB value is (221,209,66). Sum of RGB (Red+Green+Blue) = 221+209+66=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD142 is #222EBD. Grayscale: #C4C4C4. Windows color (decimal): -2240190 or 4379101. OLE color: 4379101.

HSL color Cylindrical-coordinate representation of color #DDD142: hue angle of 55.35º degrees, saturation: 0.7, 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 #DDD142 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22120966-
CMYK00.050.700.13
HSL55.35º69.51%56.27%-
HSV(B)55.35º70.14%86.67%-
XYZ53.661.3714.17-
YUV196.2954.48145.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 66 (26.17% from 255) = 13.31%
R=44.56%
G=42.14%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212096600.050.700.1355.3569.5156.27
HexDDD1420546D374638
Octal33532110205106156710670
Binary110111011101000110000100101100011011011101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD142; }

 p { color: rgb(221,209,66); }

 H1.HeaderClassName
 {
   color: #DDD142;
 }
 .AnyTagClassName
 {
   color: #DDD142;
 }
</style>
background-color css

<style>
 a { background-color: #DDD142; }

 a { background-color: rgb(221,209,66); }

 div.DivClassName
 {
   background-color: #DDD142;
 }
 .BgClassName
 {
   background-color: #DDD142;
 }
</style>
border-color css

<style>
 span { border-color: #DDD142; }

 span { border-color: rgb(221,209,66); }

 td.TdClassName
 {
   border-color: #DDD142;
 }
 .TagClassName
 {
   border-color: #DDD142;
 }
</style>