#DEC551

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

Shades of Confetti #DEC551

Tints of Confetti #DEC551

Color information

#DEC551 (or 0xDEC551) is unknown color: approx Confetti. HEX triplet: DE, C5 and 51. RGB value is (222,197,81). Sum of RGB (Red+Green+Blue) = 222+197+81=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC551 is #213AAE. Grayscale: #BFBFBF. Windows color (decimal): -2177711 or 5359070. OLE color: 5359070.

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

Color convert

RGB22219781-
CMYK00.110.640.13
HSL49.36º68.12%59.41%-
HSV(B)49.36º63.51%87.06%-
XYZ51.5856.0615.89-
YUV191.2565.78149.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 81 (32.03% from 255) = 16.2%
R=44.4%
G=39.4%
B=16.2%

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
Decimal2221978100.110.640.1349.3668.1259.41
HexDEC5510B40D31443b
Octal336305121013100156110473
Binary1101111011000101101000101011100000011011100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC551; }

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

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

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

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

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

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

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

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