#DEC755

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

Shades of Confetti #DEC755

Tints of Confetti #DEC755

Color information

#DEC755 (or 0xDEC755) is unknown color: approx Confetti. HEX triplet: DE, C7 and 55. RGB value is (222,199,85). Sum of RGB (Red+Green+Blue) = 222+199+85=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC755 is #2138AA. Grayscale: #C1C1C1. Windows color (decimal): -2177195 or 5621726. OLE color: 5621726.

HSL color Cylindrical-coordinate representation of color #DEC755: hue angle of 49.93º 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 #DEC755 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22219985-
CMYK00.100.620.13
HSL49.93º67.49%60.2%-
HSV(B)49.93º61.71%87.06%-
XYZ52.1957.0316.85-
YUV192.8867.12148.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=43.87%
G=39.33%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221998500.100.620.1349.9367.4960.2
HexDEC7550A3ED32433c
Octal33630712501276156210374
Binary110111101100011110101010101011111011011100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC755; }

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

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

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

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

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

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

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

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