#dec54f

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

Shades of Confetti #DEC54F

Tints of Confetti #DEC54F

Color information

#DEC54F (or 0xDEC54F) is unknown color: approx Confetti. HEX triplet: DE, C5 and 4F. RGB value is (222,197,79). Sum of RGB (Red+Green+Blue) = 222+197+79=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC54F is #213AB0. Grayscale: #BFBFBF. Windows color (decimal): -2177713 or 5227998. OLE color: 5227998.

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

Color convert

RGB22219779-
CMYK00.110.640.13
HSL49.51º68.42%59.02%-
HSV(B)49.51º64.41%87.06%-
XYZ51.556.0315.5-
YUV191.0264.78150.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 79 (31.25% from 255) = 15.86%
R=44.58%
G=39.56%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221977900.110.640.1349.5168.4259.02
HexDEC54F0B40D32443b
Octal336305117013100156210473
Binary1101111011000101100111101011100000011011100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec54f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec54f; }

 p { color: rgb(222,197,79); }

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

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

 a { background-color: rgb(222,197,79); }

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

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

 span { border-color: rgb(222,197,79); }

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