#DDC352

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

Shades of Confetti #DDC352

Tints of Confetti #DDC352

Color information

#DDC352 (or 0xDDC352) is unknown color: approx Confetti. HEX triplet: DD, C3 and 52. RGB value is (221,195,82). Sum of RGB (Red+Green+Blue) = 221+195+82=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC352 is #223CAD. Grayscale: #BEBEBE. Windows color (decimal): -2243758 or 5424093. OLE color: 5424093.

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

Color convert

RGB22119582-
CMYK00.120.630.13
HSL48.78º67.15%59.41%-
HSV(B)48.78º62.9%86.67%-
XYZ50.8655.0115.92-
YUV189.8967.11150.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 82 (32.42% from 255) = 16.47%
R=44.38%
G=39.16%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211958200.120.630.1348.7867.1559.41
HexDDC3520C3FD31433b
Octal33530312201477156110373
Binary110111011100001110100100110011111111011100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC352; }

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

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

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

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

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

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

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

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