#DDC44C

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

Shades of Confetti #DDC44C

Tints of Confetti #DDC44C

Color information

#DDC44C (or 0xDDC44C) is unknown color: approx Confetti. HEX triplet: DD, C4 and 4C. RGB value is (221,196,76). Sum of RGB (Red+Green+Blue) = 221+196+76=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC44C is #223BB3. Grayscale: #BEBEBE. Windows color (decimal): -2243508 or 5031133. OLE color: 5031133.

HSL color Cylindrical-coordinate representation of color #DDC44C: hue angle of 49.66º 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 #DDC44C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22119676-
CMYK00.110.660.13
HSL49.66º68.08%58.24%-
HSV(B)49.66º65.61%86.67%-
XYZ50.8655.3714.84-
YUV189.7963.78150.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 76 (30.08% from 255) = 15.42%
R=44.83%
G=39.76%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211967600.110.660.1349.6668.0858.24
HexDDC44C0B42D32443a
Octal335304114013102156210472
Binary1101110111000100100110001011100001011011100101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC44C; }

 p { color: rgb(221,196,76); }

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

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

 a { background-color: rgb(221,196,76); }

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

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

 span { border-color: rgb(221,196,76); }

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