#DDC444

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

Shades of Confetti #DDC444

Tints of Confetti #DDC444

Color information

#DDC444 (or 0xDDC444) is unknown color: approx Confetti. HEX triplet: DD, C4 and 44. RGB value is (221,196,68). Sum of RGB (Red+Green+Blue) = 221+196+68=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC444 is #223BBB. Grayscale: #BDBDBD. Windows color (decimal): -2243516 or 4506845. OLE color: 4506845.

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

Color convert

RGB22119668-
CMYK00.110.690.13
HSL50.2º69.23%56.67%-
HSV(B)50.2º69.23%86.67%-
XYZ50.655.2713.47-
YUV188.8859.78150.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 68 (26.95% from 255) = 14.02%
R=45.57%
G=40.41%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211966800.110.690.1350.269.2356.67
HexDDC4440B45D324539
Octal335304104013105156210571
Binary1101110111000100100010001011100010111011100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC444; }

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

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

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

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

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

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

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

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