#DECA40

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

Shades of Confetti #DECA40

Tints of Confetti #DECA40

Color information

#DECA40 (or 0xDECA40) is unknown color: approx Confetti. HEX triplet: DE, CA and 40. RGB value is (222,202,64). Sum of RGB (Red+Green+Blue) = 222+202+64=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA40 is #2135BF. Grayscale: #C0C0C0. Windows color (decimal): -2176448 or 4246238. OLE color: 4246238.

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

Color convert

RGB22220264-
CMYK00.090.710.13
HSL52.41º70.54%56.08%-
HSV(B)52.41º71.17%87.06%-
XYZ52.1758.1413.32-
YUV192.2555.63149.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 64 (25.39% from 255) = 13.11%
R=45.49%
G=41.39%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222026400.090.710.1352.4170.5456.08
HexDECA400947D344738
Octal336312100011107156410770
Binary1101111011001010100000001001100011111011101001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA40; }

 p { color: rgb(222,202,64); }

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

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

 a { background-color: rgb(222,202,64); }

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

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

 span { border-color: rgb(222,202,64); }

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