#DDC050

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

Shades of Confetti #DDC050

Tints of Confetti #DDC050

Color information

#DDC050 (or 0xDDC050) is unknown color: approx Confetti. HEX triplet: DD, C0 and 50. RGB value is (221,192,80). Sum of RGB (Red+Green+Blue) = 221+192+80=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC050 is #223FAF. Grayscale: #BCBCBC. Windows color (decimal): -2244528 or 5292253. OLE color: 5292253.

HSL color Cylindrical-coordinate representation of color #DDC050: hue angle of 47.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDC050 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22119280-
CMYK00.130.640.13
HSL47.66º67.46%59.02%-
HSV(B)47.66º63.8%86.67%-
XYZ50.1253.6515.3-
YUV187.967.11151.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 80 (31.64% from 255) = 16.23%
R=44.83%
G=38.95%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211928000.130.640.1347.6667.4659.02
HexDDC0500D40D30433b
Octal335300120015100156010373
Binary1101110111000000101000001101100000011011100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC050; }

 p { color: rgb(221,192,80); }

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

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

 a { background-color: rgb(221,192,80); }

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

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

 span { border-color: rgb(221,192,80); }

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