#DDC452

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

Shades of Confetti #DDC452

Tints of Confetti #DDC452

Color information

#DDC452 (or 0xDDC452) is unknown color: approx Confetti. HEX triplet: DD, C4 and 52. RGB value is (221,196,82). Sum of RGB (Red+Green+Blue) = 221+196+82=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC452 is #223BAD. Grayscale: #BEBEBE. Windows color (decimal): -2243502 or 5424349. OLE color: 5424349.

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

Color convert

RGB22119682-
CMYK00.110.630.13
HSL49.21º67.15%59.41%-
HSV(B)49.21º62.9%86.67%-
XYZ51.0855.4616-
YUV190.4866.78149.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 82 (32.42% from 255) = 16.43%
R=44.29%
G=39.28%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211968200.110.630.1349.2167.1559.41
HexDDC4520B3FD31433b
Octal33530412201377156110373
Binary110111011100010010100100101111111111011100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC452; }

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

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

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

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

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

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

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

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