#DEC753

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

Shades of Confetti #DEC753

Tints of Confetti #DEC753

Color information

#DEC753 (or 0xDEC753) is unknown color: approx Confetti. HEX triplet: DE, C7 and 53. RGB value is (222,199,83). Sum of RGB (Red+Green+Blue) = 222+199+83=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC753 is #2138AC. Grayscale: #C1C1C1. Windows color (decimal): -2177197 or 5490654. OLE color: 5490654.

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

Color convert

RGB22219983-
CMYK00.100.630.13
HSL50.07º67.8%59.8%-
HSV(B)50.07º62.61%87.06%-
XYZ52.115716.44-
YUV192.6566.12148.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 83 (32.81% from 255) = 16.47%
R=44.05%
G=39.48%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221998300.100.630.1350.0767.859.8
HexDEC7530A3FD32443c
Octal33630712301277156210474
Binary110111101100011110100110101011111111011100101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC753; }

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

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

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

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

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

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

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

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