#DEC455

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

Shades of Confetti #DEC455

Tints of Confetti #DEC455

Color information

#DEC455 (or 0xDEC455) is unknown color: approx Confetti. HEX triplet: DE, C4 and 55. RGB value is (222,196,85). Sum of RGB (Red+Green+Blue) = 222+196+85=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC455 is #213BAA. Grayscale: #BFBFBF. Windows color (decimal): -2177963 or 5620958. OLE color: 5620958.

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

Color convert

RGB22219685-
CMYK00.120.620.13
HSL48.61º67.49%60.2%-
HSV(B)48.61º61.71%87.06%-
XYZ51.555.6716.62-
YUV191.1268.11150.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=44.14%
G=38.97%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221968500.120.620.1348.6167.4960.2
HexDEC4550C3ED31433c
Octal33630412501476156110374
Binary110111101100010010101010110011111011011100011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC455; }

 p { color: rgb(222,196,85); }

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

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

 a { background-color: rgb(222,196,85); }

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

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

 span { border-color: rgb(222,196,85); }

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