#DDC346

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

Shades of Confetti #DDC346

Tints of Confetti #DDC346

Color information

#DDC346 (or 0xDDC346) is unknown color: approx Confetti. HEX triplet: DD, C3 and 46. RGB value is (221,195,70). Sum of RGB (Red+Green+Blue) = 221+195+70=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC346 is #223CB9. Grayscale: #BDBDBD. Windows color (decimal): -2243770 or 4637661. OLE color: 4637661.

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

Color convert

RGB22119570-
CMYK00.120.680.13
HSL49.67º68.95%57.06%-
HSV(B)49.67º68.33%86.67%-
XYZ50.4454.8413.72-
YUV188.5261.11151.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 70 (27.73% from 255) = 14.40%
R=45.47%
G=40.12%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211957000.120.680.1349.6768.9557.06
HexDDC3460C44D324539
Octal335303106014104156210571
Binary1101110111000011100011001100100010011011100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC346; }

 p { color: rgb(221,195,70); }

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

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

 a { background-color: rgb(221,195,70); }

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

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

 span { border-color: rgb(221,195,70); }

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