#DDC849

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

Shades of Confetti #DDC849

Tints of Confetti #DDC849

Color information

#DDC849 (or 0xDDC849) is unknown color: approx Confetti. HEX triplet: DD, C8 and 49. RGB value is (221,200,73). Sum of RGB (Red+Green+Blue) = 221+200+73=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC849 is #2237B6. Grayscale: #C0C0C0. Windows color (decimal): -2242487 or 4835549. OLE color: 4835549.

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

Color convert

RGB22120073-
CMYK00.100.670.13
HSL51.49º68.52%57.65%-
HSV(B)51.49º66.97%86.67%-
XYZ51.6857.1614.61-
YUV191.860.96148.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 73 (28.91% from 255) = 14.78%
R=44.74%
G=40.49%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212007300.100.670.1351.4968.5257.65
HexDDC8490A43D33453a
Octal335310111012103156310572
Binary1101110111001000100100101010100001111011100111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC849; }

 p { color: rgb(221,200,73); }

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

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

 a { background-color: rgb(221,200,73); }

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

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

 span { border-color: rgb(221,200,73); }

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