#DCC940

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

Shades of Confetti #DCC940

Tints of Confetti #DCC940

Color information

#DCC940 (or 0xDCC940) is unknown color: approx Confetti. HEX triplet: DC, C9 and 40. RGB value is (220,201,64). Sum of RGB (Red+Green+Blue) = 220+201+64=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC940 is #2336BF. Grayscale: #BFBFBF. Windows color (decimal): -2307776 or 4245980. OLE color: 4245980.

HSL color Cylindrical-coordinate representation of color #DCC940: hue angle of 52.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC940 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB22020164-
CMYK00.090.710.14
HSL52.69º69.03%55.69%-
HSV(B)52.69º70.91%86.27%-
XYZ51.3357.3613.22-
YUV191.0656.29148.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 64 (25.39% from 255) = 13.20%
R=45.36%
G=41.44%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202016400.090.710.1452.6969.0355.69
HexDCC9400947E354538
Octal334311100011107166510570
Binary1101110011001001100000001001100011111101101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC940; }

 p { color: rgb(220,201,64); }

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

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

 a { background-color: rgb(220,201,64); }

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

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

 span { border-color: rgb(220,201,64); }

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