#DCC149

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

Shades of Confetti #DCC149

Tints of Confetti #DCC149

Color information

#DCC149 (or 0xDCC149) is unknown color: approx Confetti. HEX triplet: DC, C1 and 49. RGB value is (220,193,73). Sum of RGB (Red+Green+Blue) = 220+193+73=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC149 is #233EB6. Grayscale: #BBBBBB. Windows color (decimal): -2309815 or 4833756. OLE color: 4833756.

HSL color Cylindrical-coordinate representation of color #DCC149: hue angle of 48.98º 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 #DCC149 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22019373-
CMYK00.120.670.14
HSL48.98º67.74%57.45%-
HSV(B)48.98º66.82%86.27%-
XYZ49.7953.8414.07-
YUV187.3963.45151.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 73 (28.91% from 255) = 15.02%
R=45.27%
G=39.71%
B=15.02%

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
Decimal2201937300.120.670.1448.9867.7457.45
HexDCC1490C43E314439
Octal334301111014103166110471
Binary1101110011000001100100101100100001111101100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC149; }

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

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

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

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

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

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

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

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