#DCC456

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

Shades of Confetti #DCC456

Tints of Confetti #DCC456

Color information

#DCC456 (or 0xDCC456) is unknown color: approx Confetti. HEX triplet: DC, C4 and 56. RGB value is (220,196,86). Sum of RGB (Red+Green+Blue) = 220+196+86=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC456 is #233BA9. Grayscale: #BFBFBF. Windows color (decimal): -2309034 or 5686492. OLE color: 5686492.

HSL color Cylindrical-coordinate representation of color #DCC456: hue angle of 49.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCC456 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22019686-
CMYK00.110.610.14
HSL49.25º65.69%60%-
HSV(B)49.25º60.91%86.27%-
XYZ50.9355.3716.81-
YUV190.6468.95148.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=43.82%
G=39.04%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201968600.110.610.1449.2565.6960
HexDCC4560B3DE31423c
Octal33430412601375166110274
Binary110111001100010010101100101111110111101100011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC456; }

 p { color: rgb(220,196,86); }

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

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

 a { background-color: rgb(220,196,86); }

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

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

 span { border-color: rgb(220,196,86); }

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