#DDC546

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

Shades of Confetti #DDC546

Tints of Confetti #DDC546

Color information

#DDC546 (or 0xDDC546) is unknown color: approx Confetti. HEX triplet: DD, C5 and 46. RGB value is (221,197,70). Sum of RGB (Red+Green+Blue) = 221+197+70=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC546 is #223AB9. Grayscale: #BEBEBE. Windows color (decimal): -2243258 or 4638173. OLE color: 4638173.

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

Color convert

RGB22119770-
CMYK00.110.680.13
HSL50.46º68.95%57.06%-
HSV(B)50.46º68.33%86.67%-
XYZ50.8955.7513.87-
YUV189.760.45150.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 197 (77.34% from 255) = 40.37%
BLUE value IS 70 (27.73% from 255) = 14.34%
R=45.29%
G=40.37%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211977000.110.680.1350.4668.9557.06
HexDDC5460B44D324539
Octal335305106013104156210571
Binary1101110111000101100011001011100010011011100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC546; }

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

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

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

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

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

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

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

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