#DECD4E

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

Shades of Confetti #DECD4E

Tints of Confetti #DECD4E

Color information

#DECD4E (or 0xDECD4E) is unknown color: approx Confetti. HEX triplet: DE, CD and 4E. RGB value is (222,205,78). Sum of RGB (Red+Green+Blue) = 222+205+78=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD4E is #2132B1. Grayscale: #C4C4C4. Windows color (decimal): -2175666 or 5164510. OLE color: 5164510.

HSL color Cylindrical-coordinate representation of color #DECD4E: hue angle of 52.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DECD4E is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22220578-
CMYK00.080.650.13
HSL52.92º68.57%58.82%-
HSV(B)52.92º64.86%87.06%-
XYZ53.3359.7415.93-
YUV195.661.63146.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 78 (30.86% from 255) = 15.45%
R=43.96%
G=40.59%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222057800.080.650.1352.9268.5758.82
HexDECD4E0841D35453b
Octal336315116010101156510573
Binary1101111011001101100111001000100000111011101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD4E; }

 p { color: rgb(222,205,78); }

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

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

 a { background-color: rgb(222,205,78); }

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

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

 span { border-color: rgb(222,205,78); }

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