#DEC845

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

Shades of Confetti #DEC845

Tints of Confetti #DEC845

Color information

#DEC845 (or 0xDEC845) is unknown color: approx Confetti. HEX triplet: DE, C8 and 45. RGB value is (222,200,69). Sum of RGB (Red+Green+Blue) = 222+200+69=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC845 is #2137BA. Grayscale: #C0C0C0. Windows color (decimal): -2176955 or 4573406. OLE color: 4573406.

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

Color convert

RGB22220069-
CMYK00.100.690.13
HSL51.37º69.86%57.06%-
HSV(B)51.37º68.92%87.06%-
XYZ51.8557.2713.95-
YUV191.6458.79149.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 69 (27.34% from 255) = 14.05%
R=45.21%
G=40.73%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222006900.100.690.1351.3769.8657.06
HexDEC8450A45D334639
Octal336310105012105156310671
Binary1101111011001000100010101010100010111011100111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC845; }

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

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

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

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

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

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

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

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