#DEC345

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

Shades of Confetti #DEC345

Tints of Confetti #DEC345

Color information

#DEC345 (or 0xDEC345) is unknown color: approx Confetti. HEX triplet: DE, C3 and 45. RGB value is (222,195,69). Sum of RGB (Red+Green+Blue) = 222+195+69=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC345 is #213CBA. Grayscale: #BDBDBD. Windows color (decimal): -2178235 or 4572126. OLE color: 4572126.

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

Color convert

RGB22219569-
CMYK00.120.690.13
HSL49.41º69.86%57.06%-
HSV(B)49.41º68.92%87.06%-
XYZ50.7154.9913.57-
YUV188.7160.45151.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=45.68%
G=40.12%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221956900.120.690.1349.4169.8657.06
HexDEC3450C45D314639
Octal336303105014105156110671
Binary1101111011000011100010101100100010111011100011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC345; }

 p { color: rgb(222,195,69); }

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

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

 a { background-color: rgb(222,195,69); }

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

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

 span { border-color: rgb(222,195,69); }

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