#DCC249

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

Shades of Confetti #DCC249

Tints of Confetti #DCC249

Color information

#DCC249 (or 0xDCC249) is unknown color: approx Confetti. HEX triplet: DC, C2 and 49. RGB value is (220,194,73). Sum of RGB (Red+Green+Blue) = 220+194+73=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC249 is #233DB6. Grayscale: #BCBCBC. Windows color (decimal): -2309559 or 4834012. OLE color: 4834012.

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

Color convert

RGB22019473-
CMYK00.120.670.14
HSL49.39º67.74%57.45%-
HSV(B)49.39º66.82%86.27%-
XYZ50.0154.2814.14-
YUV187.9863.11150.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 73 (28.91% from 255) = 14.99%
R=45.17%
G=39.84%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201947300.120.670.1449.3967.7457.45
HexDCC2490C43E314439
Octal334302111014103166110471
Binary1101110011000010100100101100100001111101100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC249; }

 p { color: rgb(220,194,73); }

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

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

 a { background-color: rgb(220,194,73); }

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

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

 span { border-color: rgb(220,194,73); }

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