#dcc254

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

Shades of Confetti #DCC254

Tints of Confetti #DCC254

Color information

#DCC254 (or 0xDCC254) is unknown color: approx Confetti. HEX triplet: DC, C2 and 54. RGB value is (220,194,84). Sum of RGB (Red+Green+Blue) = 220+194+84=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC254 is #233DAB. Grayscale: #BDBDBD. Windows color (decimal): -2309548 or 5554908. OLE color: 5554908.

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

Color convert

RGB22019484-
CMYK00.120.620.14
HSL48.53º66.02%59.61%-
HSV(B)48.53º61.82%86.27%-
XYZ50.4154.4416.24-
YUV189.2368.61149.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 84 (33.20% from 255) = 16.87%
R=44.18%
G=38.96%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201948400.120.620.1448.5366.0259.61
HexDCC2540C3EE31423c
Octal33430212401476166110274
Binary110111001100001010101000110011111011101100011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc254; }

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

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

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

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

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

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

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

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